What's in
Junio C Hamano committed
Jun 14, 2009 at 00:12 UTC
c237b5cc150219e49bb284030712be99b00e425a
1 file changed
+207
whats/in/2009/06/01.txt
new
+207
@@ -0,0 +1,207 @@
1
+To: git@vger.kernel.org
2
+Subject: What's in git.git (Jun 2009, #01; Sun, 14)
3
+X-maint-at: 50a991ec46d57ffc4b7fbd0e8a13182dab3cd5de
4
+X-master-at: 4f4fa9c228a1ac2854c0814b5b23df43b8d98203
5
+X-maint-was: 6a01554e6350123c78de805d820e90f1c56e5fdc
6
+X-master-was: f9275c68af58e0f65e1557b5109ccbfdbbbc384a
7
+
8
+What's in git.git (Jun 2009, #01; Sun, 14)
9
+
10
+ maint 50a991e (Merge branch 'maint-1.6.2' into maint)
11
+ master 4f4fa9c (Merge branch 'maint')
12
+------------------------------------------------------------------------
13
+
14
+Here is what we have as of tonight. We'd probably want 1.6.3.2 soon to
15
+flush these accumulated small fixes, and start making noises about -rc
16
+freeze for 1.6.4 soon.
17
+
18
+* The 'maint' branch has these fixes since the last announcement.
19
+
20
+Charles Bailey (2):
21
+ t6023: merge-file fails to output anything for a degenerate merge
22
+ Change xdl_merge to generate output even for null merges
23
+
24
+Johannes Sixt (3):
25
+ t3701: ensure correctly set up repository after skipped tests
26
+ fetch-pack: close output channel after sideband demultiplexer terminates
27
+ diff.c: plug a memory leak in an error path
28
+
29
+Junio C Hamano (4):
30
+ Revert "git-add--interactive: remove hunk coalescing"
31
+ Update draft release notes for 1.6.3.2
32
+ blame: correctly handle a path that used to be a directory
33
+ GIT 1.6.3.2
34
+
35
+Matt Graham (1):
36
+ Splitting a hunk that adds a line at the top fails in "add -p"
37
+
38
+Michael J Gruber (1):
39
+ builtin-remote: Make "remote show" display all urls
40
+
41
+Paolo Bonzini (1):
42
+ Documentation: git-send-mail can take rev-list arg to drive format-patch
43
+
44
+René Scharfe (3):
45
+ grep: fix word-regexp at the beginning of lines
46
+ grep: fix colouring of matches with zero length
47
+ grep: fix empty word-regexp matches
48
+
49
+Shawn O. Pearce (1):
50
+ daemon: Strictly parse the "extra arg" part of the command
51
+
52
+Stephen Boyd (3):
53
+ commit: -F overrides -t
54
+ apply, fmt-merge-msg: use relative filenames
55
+ git-rerere.txt: grammatical fixups and cleanups
56
+
57
+Thomas Rast (3):
58
+ Documentation: teach stash/pop workflow instead of stash/apply
59
+ add -i: do not dump patch during application
60
+ Documentation: refer to gitworkflows(7) from tutorial and git(1)
61
+
62
+Uwe Kleine-König (1):
63
+ rebase--interactive: remote stray closing parenthesis
64
+
65
+
66
+* The 'master' branch has these since the last announcement
67
+ in addition to the above.
68
+
69
+Brandon Casey (9):
70
+ Makefile: use /usr/ucb/install on SunOS platforms rather than ginstall
71
+ Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile
72
+ arguments
73
+ On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX
74
+ spec
75
+ git-compat-util.h: tweak the way _XOPEN_SOURCE is set on Solaris
76
+ Makefile: define __sun__ on SunOS
77
+ Makefile: add section for SunOS 5.7
78
+ git-compat-util.h: avoid using c99 flex array feature with Sun compiler
79
+ 5.8
80
+ git-send-email.perl: improve detection of MIME encoded-words
81
+ send-email: use UTF-8 rather than utf-8 for consistency
82
+
83
+Christian Couder (5):
84
+ bisect: drop unparse_commit() and use clear_commit_marks()
85
+ bisect: display first bad commit without forking a new process
86
+ bisect: add parameters to "filter_skipped"
87
+ bisect: when skipping, choose a commit away from a skipped commit
88
+ t6030: test skipping away from an already skipped commit
89
+
90
+Clemens Buchacher (5):
91
+ match_refs: search ref list tail internally
92
+ refuse to merge during a merge
93
+ test-lib: fail if invalid options are passed
94
+ test-lib: allow exit trap to be used for cleanup by tests
95
+ test-lib: fix http exit codes
96
+
97
+Daniel Trstenjak (1):
98
+ Show presence of stashed changes in bash prompt.
99
+
100
+David Aguilar (4):
101
+ mergetool--lib: add support for araxis merge
102
+ compat: add a mkstemps() compatibility function
103
+ compat: add a basename() compatibility function
104
+ diff: generate pretty filenames in prep_temp_blob()
105
+
106
+Edward Z. Yang (1):
107
+ connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows
108
+
109
+Johan Herland (1):
110
+ Rename submodule.<name>.rebase to submodule.<name>.update
111
+
112
+Johannes Schindelin (6):
113
+ MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore
114
+ Quiet make: do not leave Windows behind
115
+ Work around a regression in Windows 7, causing erase_in_line() to crash
116
+ sometimes
117
+ test-chmtime: work around Windows limitation
118
+ MinGW: fix warning about implicit declaration of _getch()
119
+ Fix warnings in nedmalloc when compiling with GCC 4.4.0
120
+
121
+Johannes Sixt (4):
122
+ Simplify some instances of run_command() by using run_command_v_opt().
123
+ Simplify some 'fprintf(stderr); return -1;' by using 'return error()'
124
+ Fix typo in nedmalloc warning fix
125
+ compat/ has subdirectories: do not omit them in 'make clean'
126
+
127
+Junio C Hamano (4):
128
+ Documentation/git.txt: update links to release notes
129
+ Makefile: introduce SANE_TOOL_PATH for prepending required elements to
130
+ PATH
131
+ Makefile: test-parse-options depends on parse-options.h
132
+ Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/bin
133
+
134
+Kjetil Barvik (1):
135
+ symlinks.c: small style cleanup
136
+
137
+Linus Torvalds (1):
138
+ Clean up and simplify rev_compare_tree()
139
+
140
+Marius Storm-Olsen (2):
141
+ MinGW readdir reimplementation to support d_type
142
+ Add custom memory allocator to MinGW and MacOS builds
143
+
144
+Markus Heidelberg (6):
145
+ add a test for git-send-email for non-threaded mails
146
+ send-email: fix non-threaded mails
147
+ doc/send-email: clarify the behavior of --in-reply-to with --no-thread
148
+ add a test for git-send-email for threaded mails without chain-reply-to
149
+ send-email: fix threaded mails without chain-reply-to
150
+ send-email: fix a typo in a comment
151
+
152
+Michael J Gruber (1):
153
+ git-repack.txt: Clarify implications of -a for dumb protocols
154
+
155
+Mike Hommey (7):
156
+ Don't expect verify_pack() callers to set pack_size
157
+ transport.c::get_refs_via_curl(): do not leak refs_url
158
+ http.c: new functions for the http API
159
+ transport.c::get_refs_via_curl(): use the new http API
160
+ http.c::http_fetch_ref(): use the new http API
161
+ http-push.c::remote_exists(): use the new http API
162
+ http-push.c::fetch_symref(): use the new http API
163
+
164
+Nick Woolley (1):
165
+ git-cvsexportcommit can't commit files which have been removed from CVS
166
+
167
+Pat Thoyts (1):
168
+ git: browsing paths with spaces when using the start command
169
+
170
+Peter Hutterer (1):
171
+ git-submodule: add support for --rebase.
172
+
173
+Pierre Habouzit (1):
174
+ parse-options: add parse_options_check to validate option specs.
175
+
176
+Ralf Wildenhues (1):
177
+ configure: test whether -lresolv is needed
178
+
179
+SZEDER Gábor (2):
180
+ Documentation: mention 'git stash pop --index' option explicitly
181
+ bash: add support for 'git stash pop --index' option
182
+
183
+Steffen Prohaska (1):
184
+ MinGW: Teach Makefile to detect msysgit and apply specific settings
185
+
186
+Stephen Boyd (2):
187
+ git-show-branch.txt: document --date-order option
188
+ show-branch: don't use LASTARG_DEFAULT with OPTARG
189
+
190
+Tay Ray Chuan (16):
191
+ http*: cleanup slot->local after fclose
192
+ t5540-http-push: test fetching of loose objects
193
+ t5540-http-push: test fetching of packed objects
194
+ http-push: send out fetch requests on queue
195
+ http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"
196
+ t5550-http-fetch: test fetching of packed objects
197
+ http-push, http-walker: style fixes
198
+ http-walker: verify remote packs
199
+ http*: copy string returned by sha1_to_hex
200
+ http-push: do not SEGV after fetching a bad pack idx file
201
+ http*: move common variables and macros to http.[ch]
202
+ http: create function end_url_with_slash
203
+ http*: add http_get_info_packs
204
+ http: use new http API in fetch_index()
205
+ http*: add helper methods for fetching packs
206
+ http*: add helper methods for fetching objects (loose)
207
+