What's in git.git (Jul 2008, issue #03; Mon, 07)

Junio C Hamano committed Jul 20, 2008 at 23:59 UTC f8b00725916f9d758f7055e70ae6c59c30527442
1 file changed +51 -96
whatsin.txt
+51 -96
@@ -1,23 +1,13 @@
1 -What's in git.git (Jul 2008, issue #02; Sun, 06)
1 +What's in git.git (Jul 2008, issue #03; Mon, 07)
2
3 - maint 78e3118 (GIT 1.5.6.2, 2008-07-04)
4 - master 44701c6 (Merge branch 'qq/maint', 2008-07-06)
3 + maint 39f319f (Merge branch 'qq/maint' (early part) into maint, 2008-07-07)
4 + master bed6255 (Merge branch 'qq/maint', 2008-07-07)
5 ------------------------------------------------------------------------
6
7 -With accumulated fixes, the latest maintenance release 1.5.6.2 is out.
7 +* The 'maint' branch has these fixes since 1.5.6.2.
8
9 -On the 'master' front, port to MinGW has now been merged, and the next
10 -major release 1.6.0 is already taking shape.
11 -
12 -----------------------------------------------------------------
13 -* The 'master' branch has these since the last announcement
14 - in addition to what is in maint.
15 -
16 -Adam Brewster (1):
17 - Move read_revisions_from_stdin from builtin-rev-list.c to revision.c
18 -
19 -Brian Gernhardt (1):
20 - Documentation: Point to gitcli(7) from git(1)
9 +Alex Riesen (1):
10 + git-clone: remove leftover debugging fprintf().
11
12 Brian Hetro (5):
13 builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and
@@ -27,100 +17,65 @@ Brian Hetro (5):
17 http.c: Use 'git_config_string' to clean up SSL config.
18 builtin-commit.c: Use 'git_config_string' to get 'commit.template'
19
30 -Christian Couder (2):
31 - Fix "config_error_nonbool" used with value instead of key
20 +Christian Couder (1):
21 Fix "config_error_nonbool" used with value instead of key
22
34 -Johannes Schindelin (2):
35 - Windows: always chmod(, 0666) before unlink().
36 - git fetch-pack: do not complain about "no common commits" in an empty
37 - repo
38 -
39 -Johannes Sixt (35):
40 - Add compat/regex.[ch] and compat/fnmatch.[ch].
41 - Compile some programs only conditionally.
42 - Add target architecture MinGW.
43 - Windows: Use the Windows style PATH separator ';'.
44 - setup.c: Prepare for Windows directory separators.
45 - Windows: Treat Windows style path names.
46 - Windows: Handle absolute paths in safe_create_leading_directories().
47 - Windows: Strip ".exe" from the program name.
48 - Windows: Implement a wrapper of the open() function.
49 - Windows: A minimal implemention of getpwuid().
50 - Windows: Work around misbehaved rename().
51 - Make my_mktime() public and rename it to tm_to_time_t()
52 - Windows: Implement gettimeofday().
53 - Windows: Fix PRIuMAX definition.
54 - Windows: Implement setitimer() and sigaction().
55 - Windows: Wrap execve so that shell scripts can be invoked.
56 - Windows: A pipe() replacement whose ends are not inherited to children.
57 - Windows: Implement start_command().
58 - Windows: A rudimentary poll() emulation.
59 - Windows: Disambiguate DOS style paths from SSH URLs.
60 - Windows: Implement asynchronous functions as threads.
61 - Windows: Work around incompatible sort and find.
62 - Windows: Implement wrappers for gethostbyname(), socket(), and connect().
63 - Windows: Implement a custom spawnve().
64 - Windows: Add a custom implementation for utime().
65 - Windows: Use a customized struct stat that also has the st_blocks member.
66 - Turn builtin_exec_path into a function.
67 - Windows: Compute the fallback for exec_path from the program invocation.
68 - Windows: Use a relative default template_dir and ETC_GITCONFIG
69 - When installing, be prepared that template_dir may be relative.
70 - Windows: Make the pager work.
71 - Windows: Work around an oddity when a pipe with no reader is written to.
72 - Windows: Make 'git help -a' work.
73 - Windows: TMP and TEMP environment variables specify a temporary
74 - directory.
75 - t4127-apply-same-fn: Avoid sed -i
76 -
77 -Jonathan Nieder (15):
78 - git-format-patch(1): fix stray \ in output
79 - Documentation: fix gitlinks
80 - manpages: fix bogus whitespace
81 - git(1): add comma
82 - git-commit(1): depersonalize description
83 - Documentation: rewrap to prepare for "git-" vs "git " change
84 - Documentation: more "git-" versus "git " changes
85 - gitdiffcore(7): fix awkward wording
86 - manpages: italicize command names in synopses
87 - manpages: italicize command names
88 - manpages: italicize git command names (which were in teletype font)
89 - manpages: italicize gitk's name (where it was in teletype font)
90 - manpages: italicize nongit command names (if they are in teletype font)
91 - manpages: italicize git subcommand names (which were in teletype font)
92 - manpages: use teletype font for sample command lines
23 +Gerrit Pape (1):
24 + git-svn.perl: workaround assertions in svn library 1.5.0
25
26 Junio C Hamano (3):
95 - fast-export --export-marks: fix off by one error
27 attribute documentation: keep EXAMPLE at end
28 clone -q: honor "quiet" option over native transports.
98 -
99 -Marius Storm-Olsen (1):
100 - Windows: Add a new lstat and fstat implementation based on Win32 API.
29 + mailinfo: feed the correct line length to decode_transfer_encoding()
30
31 Matthew Ogilvie (1):
32 Documentation cvs: Clarify when a bare repository is needed
33
105 -Miklos Vajna (6):
106 - Retire 'stupid' merge strategy
107 - INSTALL: Update section about git-frotz form.
108 - hg-to-git: avoid raising a string exception
109 - hg-to-git: abort if the project directory is not a hg repo
110 - hg-to-git: rewrite "git-frotz" to "git frotz"
111 - hg-to-git: use git init instead of git init-db
34 +Mikael Magnusson (1):
35 + Fix grammar in git-rev-parse(1).
36
37 Nikolaus Schulz (1):
38 Documentation: be precise about which date --pretty uses
39
116 -Ramsay Allan Jones (1):
117 - Fix some warnings (on cygwin) to allow -Werror
40
119 -Steffen Prohaska (2):
120 - Windows: Fix ntohl() related warnings about printf formatting
121 - compat/pread.c: Add a forward declaration to fix a warning
41 +* The 'master' branch has these since the last announcement
42 + in addition to the above.
43 +
44 +Abhijit Menon-Sen (2):
45 + git-gui: Move on to the next filename after staging/unstaging a change
46 + git-gui: Don't select the wrong file if the last listed file is staged.
47 +
48 +Daniel Barkalow (1):
49 + Only use GIT_CONFIG in "git config", not other programs
50 +
51 +David Reiss (4):
52 + Implement normalize_absolute_path
53 + Fold test-absolute-path into test-path-utils
54 + Add support for GIT_CEILING_DIRECTORIES
55 + Eliminate an unnecessary chdir("..")
56 +
57 +Dmitry Potapov (1):
58 + completion.bash: add 'skip' and 'run' to git-bisect
59 +
60 +Jakub Narebski (1):
61 + gitweb: Describe projects_index format in more detail
62 +
63 +Johannes Schindelin (3):
64 + Add another fast-import example, this time for .zip files
65 + git daemon: avoid calling syslog() from a signal handler
66 + run_command(): respect GIT_TRACE
67 +
68 +Johannes Sixt (1):
69 + git-gui: Implement "Stage/Unstage Line"
70 +
71 +Junio C Hamano (6):
72 + rerere: rerere_created_at() and has_resolution() abstraction
73 + git-rerere: detect unparsable conflicts
74 + rerere: remove dubious "tail_optimization"
75 + t4200: fix rerere test
76 + rerere.autoupdate
77 + Update draft release notes for 1.6.0
78
123 -Thomas Rast (2):
124 - git-send-email: Do not attempt to STARTTLS more than once
125 - Fix apply --recount handling of no-EOL line
79 +Richard Quirk (1):
80 + git-gui: Fix accidental staged state toggle when clicking top pixel row
81