What's cooking (2009/06 #03)

Junio C Hamano committed Jun 28, 2009 at 00:08 UTC 15e425076310048960dfd661750e46118f948df8
1 file changed +93 -192
whats-cooking.txt
+93 -192
@@ -1,9 +1,9 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Jun 2009, #02; Thu, 18)
3 -X-master-at: da4e4a65a27ca912c3f48289acf9ff7a67476c3f
4 -X-next-at: 04d09b6708a8fa33788706f00bbf43c80ea6af0e
2 +Subject: What's cooking in git.git (Jun 2009, #03; Sat, 27)
3 +X-master-at: 4f2b15ce88b70dd9e269517a9903864393ca873b
4 +X-next-at: 98a794b5be3b0696055098d997dc22a127e8cd3d
5
6 -What's cooking in git.git (Jun 2009, #02; Thu, 18)
6 +What's cooking in git.git (Jun 2009, #03; Sat, 27)
7 --------------------------------------------------
8
9 Here are the topics that have been cooking. Commits prefixed with '-' are
@@ -14,181 +14,61 @@ holding onto them.
14 The topics list the commits in reverse chronological order. The topics
15 meant to be merged to the maintenance series have "maint-" in their names.
16
17 -Unfortunately I am unusually short of time these days, and some of the
18 -topics unfortunately got less "final review before deciding to merge up"
19 -than I would have liked to give them. This message itself has more
20 -"please comment/review" requests than usual.
21 -
17 ----------------------------------------------------------------
18 [New Topics]
19
25 -* ne/maint-1.6.0-diff-tree-t-r-show-directory (Sat Jun 13 17:06:09 2009 -0700) 1 commit
26 - - diff-tree -r -t: include added/removed directories in the output
27 -
28 -* sb/maint-1.6.0-add-config-fix (Thu Jun 18 02:17:54 2009 -0700) 2 commits
29 - - add: allow configurations to be overriden by command line
30 - - use xstrdup, not strdup in ll-merge.c
31 -
32 -* pb/maint-1.6.2-userdiff-fix (Wed Jun 17 12:11:10 2009 +0200) 2 commits
33 - - upload-archive: fix infinite loop on Cygwin
34 - - avoid exponential regex match for java and objc function names
20 +* gb/gitweb-avatar (Tue Jun 23 00:49:59 2009 +0200) 2 commits
21 + - gitweb: gravatar support
22 + - gitweb: refactor author name insertion
23
36 -* fc/user-manual (Fri May 1 11:44:20 2009 +0300) 2 commits
37 - . user-manual: use 'fast-forward' instead of 'fast forward'
38 - . user-manual: general quoting improvements
24 +This was from way earlier round and will be replaced.
25
40 -* uk/rev-parse-parse-opt (Sun Jun 14 01:58:43 2009 +0200) 2 commits
41 - - parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-
42 - parse
43 - - more tests for git rev-parse --parse-opt
26 +* ld/push-porcelain-out (Mon Jun 22 21:10:01 2009 -0400) 1 commit
27 + - add --porcelain option to git-push
28
45 -* js/daemon-log (Tue Jun 16 20:41:16 2009 +0200) 2 commits
46 - - upload-pack: squelch progress indicator if client cannot see it
47 - - daemon: send stderr of service programs to the syslog
48 -
49 -* sb/quiet-porcelains (Wed Jun 17 18:07:37 2009 -0700) 6 commits
50 - - stash: teach quiet option
51 - - am, rebase: teach quiet option
52 - - submodule, repack: migrate to git-sh-setup's say()
53 - - git-sh-setup: introduce say() for quiet options
54 - - am: suppress apply errors when using 3-way
55 - - t4150: test applying with a newline in subject
29 +* cf/maint-remote-uploadpack-useconfig-fix (Thu Jun 25 17:21:35 2009 -0400) 1 commit
30 + + git-remote: fix missing .uploadpack usage for show command
31
57 -* lt/maint-unsigned-left-shift (Wed Jun 17 17:22:27 2009 -0700) 1 commit
58 - - Fix big left-shifts of unsigned char
32 +* en/fast-export (Thu Jun 25 22:48:33 2009 -0600) 7 commits
33 + - fast-export: Document the fact that git-rev-list arguments are
34 + accepted
35 + - Add new fast-export testcases
36 + - fast-export: Add a --tag-of-filtered-object option for newly
37 + dangling tags
38 + - fast-export: Do parent rewriting to avoid dropping relevant
39 + commits
40 + - fast-export: Make sure we show actual ref names instead of
41 + "(null)"
42 + - fast-export: Omit tags that tag trees
43 + - fast-export: Set revs.topo_order before calling setup_revisions
44
60 -* jk/use-our-regexp (Tue Jun 16 15:08:21 2009 -0400) 2 commits
61 - - Makefile: use compat regex on Solaris
62 - - Makefile: refactor regex compat support
45 +* sb/read-tree (Thu Jun 25 22:14:10 2009 -0700) 2 commits
46 + - read-tree: migrate to parse-options
47 + - read-tree: convert unhelpful usage()'s to helpful die()'s
48
64 -* cb/maint-fetch-refspec-wo-dst (Wed Jun 17 15:38:36 2009 +0200) 1 commit
65 - - fetch: do not create ref from empty name
66 -
67 -* pb/send-email-cccmd-fix (Thu Jun 18 14:31:32 2009 +0200) 1 commit
68 - - Test cccmd in t9001-send-email.sh and fix some bugs
49 +* sb/show-ref-parse-options (Sat Jun 20 21:40:46 2009 -0700) 1 commit
50 + + show-ref: migrate to parse-options
51
52 ----------------------------------------------------------------
53 [Graduated to "master"]
54
73 -* cb/maint-no-double-merge (Mon Jun 1 11:20:56 2009 +0200) 1 commit
74 - + refuse to merge during a merge
75 -
76 -* sp/msysgit (Thu Jun 11 22:56:12 2009 +0200) 13 commits
77 - + compat/ has subdirectories: do not omit them in 'make clean'
78 - + Fix typo in nedmalloc warning fix
79 - + MinGW: Teach Makefile to detect msysgit and apply specific
80 - settings
81 - + Fix warnings in nedmalloc when compiling with GCC 4.4.0
82 - + Add custom memory allocator to MinGW and MacOS builds
83 - + MinGW readdir reimplementation to support d_type
84 - + connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows
85 - + git: browsing paths with spaces when using the start command
86 - + MinGW: fix warning about implicit declaration of _getch()
87 - + test-chmtime: work around Windows limitation
88 - + Work around a regression in Windows 7, causing erase_in_line() to
89 - crash sometimes
90 - + Quiet make: do not leave Windows behind
91 - + MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore
92 -
93 -* mh/fix-send-email-threaded (Fri Jun 12 09:23:43 2009 -0700) 7 commits
94 - + Merge branch 'mh/maint-fix-send-email-threaded' into
95 - mh/fix-send-email-threaded
96 - + send-email: fix a typo in a comment
97 - + send-email: fix threaded mails without chain-reply-to
98 - + add a test for git-send-email for threaded mails without chain-reply-to
99 - + doc/send-email: clarify the behavior of --in-reply-to with
100 - --no-thread
101 - + send-email: fix non-threaded mails
102 - + add a test for git-send-email for non-threaded mails
103 -
104 -* rc/maint-http-local-slot-fix (Sat Jun 6 16:43:26 2009 +0800) 1 commit
105 - + http*: cleanup slot->local after fclose
106 -
107 -* sb/parse-options-integer (Thu Jun 4 16:43:57 2009 -0700) 2 commits
108 - + parse-options: simplify usage argh handling
109 - + parse-options: make OPT_INTEGER's argh explicit
110 -
111 -* bc/solaris (Sun Jun 7 07:40:29 2009 +0200) 10 commits
112 - + configure: test whether -lresolv is needed
113 - + Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/bin
114 - + git-compat-util.h: avoid using c99 flex array feature with Sun
115 - compiler 5.8
116 - + Makefile: add section for SunOS 5.7
117 - + Makefile: introduce SANE_TOOL_PATH for prepending required
118 - elements to PATH
119 - + Makefile: define __sun__ on SunOS
120 - + git-compat-util.h: tweak the way _XOPEN_SOURCE is set on Solaris
121 - + On Solaris choose the OLD_ICONV iconv() declaration based on the
122 - UNIX spec
123 - + Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile
124 - arguments
125 - + Makefile: use /usr/ucb/install on SunOS platforms rather than
126 - ginstall
127 -
128 -* cb/match_refs_internal_tail (Sun May 31 16:26:48 2009 +0200) 1 commit
129 - + match_refs: search ref list tail internally
130 -
131 -* nw/maint-cvsexportcommit (Fri May 29 00:23:33 2009 +0100) 1 commit
132 - + git-cvsexportcommit can't commit files which have been removed
133 - from CVS
134 -
135 -* ak/maint-for-each-ref-no-lookup (Wed May 27 15:23:12 2009 -0400) 1 commit
136 - + for-each-ref: Do not lookup objects when they will not be used
137 -
138 -I think this makes sense, except that I have this nagging feeling that its
139 -use of for_each_rawref() where the original used for_each_ref() may have
140 -some unintended side effects in corner cases.
141 -
142 -* da/araxis-mergetool (Sun May 24 00:24:41 2009 +0000) 1 commit
143 - + mergetool--lib: add support for araxis merge
144 -
145 -* rc/http-push (Sat Jun 6 16:44:02 2009 +0800) 24 commits
146 - + http*: add helper methods for fetching objects (loose)
147 - + http*: add helper methods for fetching packs
148 - + http: use new http API in fetch_index()
149 - + http*: add http_get_info_packs
150 - + http-push.c::fetch_symref(): use the new http API
151 - + http-push.c::remote_exists(): use the new http API
152 - + http.c::http_fetch_ref(): use the new http API
153 - + transport.c::get_refs_via_curl(): use the new http API
154 - + http.c: new functions for the http API
155 - + http: create function end_url_with_slash
156 - + http*: move common variables and macros to http.[ch]
157 - + transport.c::get_refs_via_curl(): do not leak refs_url
158 - + Don't expect verify_pack() callers to set pack_size
159 - + http-push: do not SEGV after fetching a bad pack idx file
160 - + http*: copy string returned by sha1_to_hex
161 - + http-walker: verify remote packs
162 - + http-push, http-walker: style fixes
163 - + t5550-http-fetch: test fetching of packed objects
164 - + http-push: fix missing "#ifdef USE_CURL_MULTI" around
165 - "is_running_queue"
166 - + http-push: send out fetch requests on queue
167 - + t5540-http-push: test fetching of packed objects
168 - + t5540-http-push: test fetching of loose objects
169 - + Merge branch 'rc/maint-http-local-slot-fix' into rc/http-push
170 - + http*: cleanup slot->local after fclose
171 -
172 -* cc/bisect (Sat Jun 6 06:41:35 2009 +0200) 5 commits
173 - + t6030: test skipping away from an already skipped commit
174 - + bisect: when skipping, choose a commit away from a skipped commit
175 - + bisect: add parameters to "filter_skipped"
176 - + bisect: display first bad commit without forking a new process
177 - + bisect: drop unparse_commit() and use clear_commit_marks()
178 -
179 -Regardless of metrics, this is an improvement from the current one. Will
180 -merge to 'master', and let the finer details taken care of later, which
181 -is already happening.
55 +* sb/maint-1.6.0-add-config-fix (Thu Jun 18 02:17:54 2009 -0700) 2 commits
56 + + add: allow configurations to be overriden by command line
57 + + use xstrdup, not strdup in ll-merge.c
58
183 -----------------------------------------------------------------
184 -[Will merge to "master" soon]
59 +* pb/maint-1.6.2-userdiff-fix (Wed Jun 17 12:11:10 2009 +0200) 2 commits
60 + + upload-archive: fix infinite loop on Cygwin
61 + + avoid exponential regex match for java and objc function names
62 +
63 +* lt/maint-unsigned-left-shift (Wed Jun 17 17:22:27 2009 -0700) 1 commit
64 + + Fix big left-shifts of unsigned char
65 +
66 +* pb/send-email-cccmd-fix (Thu Jun 18 14:31:32 2009 +0200) 1 commit
67 + + Test cccmd in t9001-send-email.sh and fix some bugs
68
69 * ph/submodule-rebase (Wed Jun 3 00:59:12 2009 +0200) 1 commit
70 + git-submodule: add support for --merge.
71
189 -Even though some might still argue that "update --merge" is not a good
190 -mode of operation.
191 -
72 * jc/cache-tree (Fri May 22 23:14:25 2009 -0700) 5 commits
73 + Avoid "diff-index --cached" optimization under --find-copies-
74 harder
@@ -200,6 +80,19 @@ mode of operation.
80 * mn/maint-iconv-autoconf (Mon Jun 8 20:46:38 2009 -0700) 1 commit
81 + fix handling of iconv configuration options
82
83 +* sb/pull-rebase (Fri Jun 12 00:39:21 2009 +0200) 3 commits
84 + + parse-remote: remove unused functions
85 + + parse-remote: support default reflist in get_remote_merge_branch
86 + + parse-remote: function to get the tracking branch to be merge
87 +
88 +* mg/pushurl (Sun Jun 14 21:46:10 2009 +0200) 6 commits
89 + + avoid NULL dereference on failed malloc
90 + + builtin-remote: Make "remote -v" display push urls
91 + + builtin-remote: Show push urls as well
92 + + technical/api-remote: Describe new struct remote member pushurl
93 + + t5516: Check pushurl config setting
94 + + Allow push and fetch urls to be different
95 +
96 ----------------------------------------------------------------
97 [Stalled and may need help and prodding to go forward]
98
@@ -282,8 +175,45 @@ in binary mode as well.
175 ----------------------------------------------------------------
176 [Actively cooking]
177
285 -* tr/die_errno (Fri Jun 12 09:00:59 2009 -0700) 5 commits
286 - - DONTMERGE fix double per-cent
178 +* ne/maint-1.6.0-diff-tree-t-r-show-directory (Sat Jun 13 17:06:09 2009 -0700) 1 commit
179 + + diff-tree -r -t: include added/removed directories in the output
180 +
181 +This changes the output from "diff-tree -r -t"; it brings more consistency
182 +to it, but it is a change and could break scripts.
183 +
184 +* uk/rev-parse-parse-opt (Sun Jun 14 01:58:43 2009 +0200) 2 commits
185 + + parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-
186 + parse
187 + + more tests for git rev-parse --parse-opt
188 +
189 +* js/daemon-log (Sun Jun 21 23:16:09 2009 +0200) 3 commits
190 + + receive-pack: do not send error details to the client
191 + + upload-pack: squelch progress indicator if client cannot see it
192 + + daemon: send stderr of service programs to the syslog
193 +
194 +* sb/quiet-porcelains (Wed Jun 17 18:07:37 2009 -0700) 6 commits
195 + + stash: teach quiet option
196 + + am, rebase: teach quiet option
197 + + submodule, repack: migrate to git-sh-setup's say()
198 + + git-sh-setup: introduce say() for quiet options
199 + + am: suppress apply errors when using 3-way
200 + + t4150: test applying with a newline in subject
201 +
202 +* jk/use-our-regexp (Fri Jun 19 10:10:39 2009 -0500) 3 commits
203 + + Makefile: Solaris needs HAVE_ALLOCA_H for alloca()
204 + + Makefile: use compat regex on Solaris
205 + + Makefile: refactor regex compat support
206 +
207 +* cb/maint-fetch-refspec-wo-dst (Wed Jun 17 15:38:36 2009 +0200) 1 commit
208 + - fetch: do not create ref from empty name
209 +
210 +* cc/bisect (Sat Jun 13 13:11:02 2009 +0200) 2 commits
211 + + Documentation: remove warning saying that "git bisect skip" may
212 + slow bisection
213 + + bisect: use a PRNG with a bias when skipping away from untestable
214 + commits
215 +
216 +* tr/die_errno (Sat Jun 27 17:58:47 2009 +0200) 4 commits
217 - Use die_errno() instead of die() when checking syscalls
218 - Convert existing die(..., strerror(errno)) to die_errno()
219 - die_errno(): double % in strerror() output just in case
@@ -292,19 +222,6 @@ in binary mode as well.
222 I didn't check the individual conversion from die() to die_errno()
223 in this latest round; comments?
224
295 -Thomas found issues in my "double per-cent hack", so this cannot be merged
296 -to yet until either it is fixed up, or drop the "double per-cent" attempt
297 -altogether.
298 -
299 -* sb/pull-rebase (Fri Jun 12 00:39:21 2009 +0200) 3 commits
300 - + parse-remote: remove unused functions
301 - + parse-remote: support default reflist in get_remote_merge_branch
302 - + parse-remote: function to get the tracking branch to be merge
303 -
304 -It would be nice if we can fix the "currently works only for the default
305 -mapping" before it goes to 'master'. I looked at, but haven't queued any
306 -of the recent RFC updates here.
307 -
225 * ne/futz-upload-pack (Wed Jun 10 01:50:18 2009 +0200) 1 commit
226 - Shift object enumeration out of upload-pack
227
@@ -317,22 +234,6 @@ and (2) use configuration/environment to make the misfeature of always
234 asking for a passphrase even a key/cert is unencrypted optional. I tried
235 to be careful but extra sets of eyeballs would be nice to check the result.
236
320 -* mg/pushurl (Sun Jun 14 21:46:10 2009 +0200) 6 commits
321 - + avoid NULL dereference on failed malloc
322 - + builtin-remote: Make "remote -v" display push urls
323 - + builtin-remote: Show push urls as well
324 - + technical/api-remote: Describe new struct remote member pushurl
325 - + t5516: Check pushurl config setting
326 - + Allow push and fetch urls to be different
327 -
328 -* cc/bisect (Sat Jun 13 13:11:02 2009 +0200) 2 commits
329 - - Documentation: remove warning saying that "git bisect skip" may
330 - slow bisection
331 - - bisect: use a PRNG with a bias when skipping away from untestable
332 - commits
333 -
334 -Will be in 'next' shortly.
335 -
237 * gb/am-foreign (Wed May 27 11:25:19 2009 +0200) 4 commits
238 - git-am: refactor 'cleaning up and aborting'
239 - git-am foreign patch support: StGIT support