What's cooking (2009/03 #01)

Junio C Hamano committed Mar 3, 2009 at 01:01 UTC a489927d7cbf92713bab9f61fefe186a14f5e2db
1 file changed +205 -105
whats-cooking.txt
+205 -105
@@ -1,9 +1,9 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Feb 2009, #06; Wed, 18)
3 -X-master-at: 25487f8e2ae266936df0f807ae79dca41606e404
4 -X-next-at: 7bf82e6b638b58e0dd7bf2ab96f861e1f239b822
2 +Subject: What's cooking in git.git (Mar 2009, #01; Tue, 03)
3 +X-master-at: 1d035f85649cbb0a4fcc3e341f7e854acf9cf3c1
4 +X-next-at: 23381c887989ea63153c562061b1c4703ee75baf
5
6 -What's cooking in git.git (Feb 2009, #06; Wed, 18)
6 +What's cooking in git.git (Mar 2009, #01; Tue, 03)
7 --------------------------------------------------
8
9 Here are the topics that have been cooking. Commits prefixed with '-' are
@@ -14,39 +14,173 @@ 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 -The master branch is slightly past 1.6.2-rc1.
17 +The master branch is slightly past 1.6.2-rc2. It's been a week and I
18 +think I can declare the final on this Wednesday, *if* I am not too mired
19 +by the day job, but I do not know what would happen yet.
20
19 -As an experiment, 'next' and 'pu' stay open during this release freeze;
20 -new topics are accepted as time permits, but people are much more strongly
21 -encouraged to find issues on what is already on 'master', and patches to
22 -fix them always takes precedence over what is still on 'next' and will
23 -never graduate until 1.6.2 final.
21 +As an experiment, 'next' and 'pu' stayed open during this release freeze;
22 +new topics have been accepted. I have to say that the experiment was a
23 +moderate success, and many topics in 'next' seem to be of fairly high
24 +quality already, which would mean that we will have a shorter cycle before
25 +1.6.3.
26
27 ----------------------------------------------------------------
28 [New Topics]
29
28 -* fc/parseopt-config (Tue Feb 17 15:52:56 2009 +0200) 11 commits
29 - . config: Don't allow extra arguments for -e or -l
30 - . config: Disallow multiple variable types
31 - . config: Disallow multiple config file locations
32 - . config: Disallow --getcolor* and other actions used together
33 - . config: Use parseopt
34 - . config: Reorganize get_color*
35 - . config: Trivial rename in preparation for parseopt
36 - . ??? config: Make git_config() more flexible
37 - . config: Cleanup editor action
38 - . config: style clean-ups
39 - - config: Add new option to open an editor.
40 -
41 -Builds on top of "config -e" change.
30 +* jk/clone-post-checkout (Tue Mar 3 00:37:51 2009 -0500) 1 commit
31 + - clone: run post-checkout hook when checking out
32 +
33 +* hv/cvsimport (Mon Mar 2 18:59:36 2009 +0100) 1 commit
34 + - cvsimport: add test illustrating a bug in cvsps
35 +
36 +* jc/push-to-create (Mon Mar 2 22:36:16 2009 -0800) 1 commit
37 + - Push to create
38 +
39 +* fc/parseopt-config (Sat Feb 21 02:49:29 2009 +0200) 11 commits
40 + - git config: don't allow --get-color* and variable type
41 + - git config: don't allow extra arguments for -e or -l.
42 + - git config: don't allow multiple variable types
43 + - git config: don't allow multiple config file locations
44 + - git config: reorganize to use parseopt
45 + - git config: reorganize get_color*
46 + - git config: trivial rename in preparation for parseopt
47 + - git_config(): not having a per-repo config file is not an error
48 + + git config: trivial cleanup for editor action
49 + + git config: codestyle cleanups
50 + + config: Add new option to open an editor.
51 +
52 +* tr/format-patch-thread (Thu Feb 19 22:26:33 2009 +0100) 4 commits
53 + - format-patch: support deep threading
54 + - format-patch: thread as reply to cover letter even with in-reply-
55 + to
56 + - format-patch: track several references
57 + - format-patch: threading test reactivation
58 +
59 +* ns/pretty-format (Tue Feb 24 15:33:29 2009 +0200) 5 commits
60 + + bash completion: add --format= and --oneline options for "git log"
61 + + Add tests for git log --pretty, --format and --oneline.
62 + + Add --oneline that is a synonym to "--pretty=oneline --abbrev-
63 + commit"
64 + + Give short-hands to --pretty=tformat:%formatstring
65 + + Add --format that is a synonym to --pretty
66 +
67 +* mh/cvsimport-tests (Mon Feb 23 06:08:14 2009 +0100) 5 commits
68 + - Add a test of "git cvsimport"'s handling of tags and branches
69 + - Add some tests of git-cvsimport's handling of vendor branches
70 + - Test contents of entire cvsimported "master" tree contents
71 + - Use CVS's -f option if available (ignore user's ~/.cvsrc file)
72 + - Start a library for cvsimport-related tests
73 +
74 +* tr/maint-1.6.0-send-email-irt (Sun Mar 1 23:45:41 2009 +0100) 1 commit
75 + - send-email: respect in-reply-to regardless of threading
76 +
77 +* jc/maint-1.6.0-keep-pack (Sat Feb 28 00:37:19 2009 -0800) 6 commits
78 + + is_kept_pack(): final clean-up
79 + + Simplify is_kept_pack()
80 + + Consolidate ignore_packed logic more
81 + + has_sha1_kept_pack(): take "struct rev_info"
82 + + has_sha1_pack(): refactor "pretend these packs do not exist"
83 + interface
84 + + git-repack: resist stray environment variable
85 +
86 +* en/maint-hash-object (Sat Feb 28 12:56:49 2009 -0700) 1 commit
87 + + Ensure proper setup of git_dir for git-hash-object
88 +
89 +* el/blame-date (Fri Feb 20 14:51:11 2009 -0800) 1 commit
90 + - Make git blame's date output format configurable, like git log
91 +
92 +* js/remote-improvements (Wed Feb 25 03:32:28 2009 -0500) 22 commits
93 + - builtin-remote: new show output style for push refspecs
94 + - builtin-remote: new show output style
95 + - remote: make guess_remote_head() use exact HEAD lookup if it is
96 + available
97 + - builtin-remote: add set-head subcommand
98 + - builtin-remote: teach show to display remote HEAD
99 + - builtin-remote: fix two inconsistencies in the output of "show
100 + <remote>"
101 + - builtin-remote: make get_remote_ref_states() always populate
102 + states.tracked
103 + - builtin-remote: rename variables and eliminate redundant function
104 + call
105 + - builtin-remote: remove unused code in get_ref_states
106 + - builtin-remote: refactor duplicated cleanup code
107 + - string-list: new for_each_string_list() function
108 + - remote: make match_refs() not short-circuit
109 + - remote: make match_refs() copy src ref before assigning to
110 + peer_ref
111 + - remote: let guess_remote_head() optionally return all matches
112 + - remote: make copy_ref() perform a deep copy
113 + - remote: simplify guess_remote_head()
114 + - move locate_head() to remote.c
115 + - move duplicated ref_newer() to remote.c
116 + - move duplicated get_local_heads() to remote.c
117 + - refactor find_ref_by_name() to accept const list
118 + - add basic http clone/fetch tests
119 + - test scripts: refactor start_httpd helper
120 +
121 +* js/clone-depth-local (Fri Feb 27 00:04:06 2009 -0800) 3 commits
122 + . parse_options(): do not "increment" boolean
123 + . clone: ignore --depth when cloning locally (implicitly --local)
124 + . clone: do not ignore --no-local option
125 +
126 +Jeff had a good suggestion for this series but it was tripped by
127 +a misfeature in parse_options().
128 +
129 +* rs/memmem (Tue Mar 3 00:19:30 2009 +0100) 2 commits
130 + - optimize compat/ memmem()
131 + - diffcore-pickaxe: use memmem()
132 +
133 +As always with patches from René, this is already next material.
134
135 * mv/parseopt-ls-files (Tue Feb 17 15:27:11 2009 +0100) 2 commits
136 - parse-opt: migrate builtin-ls-files.
137 - Turn the flags in struct dir_struct into a single variable
138
139 +* jk/sane-relative-time (Tue Feb 24 00:42:16 2009 -0500) 1 commit
140 + + never fallback relative times to absolute
141 +
142 +* tv/rebase-stat (Sun Mar 1 22:28:28 2009 +0100) 2 commits
143 + - git-pull: Allow --stat and --no-stat to be used with --rebase
144 + - git-rebase: Add --stat and --no-stat for producing diffstat on
145 + rebase
146 +
147 +----------------------------------------------------------------
148 +[Discarded]
149 +
150 +* jc/fsck (Fri Jan 30 02:33:47 2009 -0800) 4 commits
151 + - fsck: three levels of validation
152 + - verify-pack: add --quick
153 + - verify_pack(): allow a quicker verification for a pack with
154 + version 2 idx
155 + - pack-check.c: minor formatting fix to match coding style
156 +
157 +J6t has a good point that if this had any value then medium level should
158 +replace the default. I am tempted to actually dropping this as a failed
159 +experiment.
160 +
161 +* js/remote-set-head (Sat Feb 14 05:30:30 2009 -0500) 5 commits
162 + - builtin-remote: better handling of multiple remote HEADs
163 + - builtin-remote: add set-head subcommand
164 + - builtin-remote: teach show to display remote HEAD
165 + - builtin-remote: move duplicated cleanup code its own function
166 + - builtin-clone: move locate_head() to remote.c so it can be re-used
167 +
168 +* jk/head-lookup (Sun Feb 15 01:18:18 2009 -0500) 5 commits
169 + - remote: use exact HEAD lookup if it is available
170 + - remote: refactor guess_remote_head
171 + - refactor find_refs_by_name to accept const list
172 + - add basic http clone/fetch tests
173 + - test scripts: refactor start_httpd helper
174 +
175 +These two are now consolidated into Jay's remove-improvements series
176 +listed above.
177 +
178 ----------------------------------------------------------------
179 [Stalled and may need help and prodding to go forward]
180
181 +* gb/gitweb-base (Sun Feb 15 10:18:36 2009 +0100) 1 commit
182 + - gitweb: fix wrong base URL when non-root DirectoryIndex
183 +
184 * ns/stash-keep (Thu Feb 12 06:25:14 2009 +0900) 1 commit
185 - stash: --keep option just saves
186
@@ -106,17 +240,6 @@ Independent review sorely needed.
240 Design discussion between Jakub and Sebastien seems to have stalled, but
241 Jakub seems to be taking this over.
242
109 -* jc/fsck (Fri Jan 30 02:33:47 2009 -0800) 4 commits
110 - - fsck: three levels of validation
111 - - verify-pack: add --quick
112 - - verify_pack(): allow a quicker verification for a pack with
113 - version 2 idx
114 - - pack-check.c: minor formatting fix to match coding style
115 -
116 -J6t has a good point that if this had any value then medium level should
117 -replace the default. I am tempted to actually dropping this as a failed
118 -experiment.
119 -
243 ----------------------------------------------------------------
244 [Reverted]
245
@@ -150,19 +273,22 @@ I'm giving a fresh start to Lars's second iteration.
273 ----------------------------------------------------------------
274 [Will merge to 'next' soon]
275
153 -* tr/gcov (Sun Feb 15 23:25:45 2009 +0100) 8 commits
154 - - Test git-patch-id
155 - - Test rev-list --parents/--children
156 - - Test log --decorate
157 - - Test fsck a bit harder
158 - - Test log --graph
159 - - Test diff --dirstat functionality
160 - - Test that diff can read from stdin
161 - - Support coverage testing with GCC/gcov
276 +* js/send-email (Mon Mar 2 23:52:18 2009 -0500) 5 commits
277 + - send-email: add --confirm option and configuration setting
278 + + send-email: don't create temporary compose file until it is needed
279 + + send-email: --suppress-cc improvements
280 + + send-email: handle multiple Cc addresses when reading mbox message
281 + + send-email: allow send-email to run outside a repo
282
283 ----------------------------------------------------------------
284 [Ready for 'master' after 1.6.2]
285
286 +* sg/rerere-cleanup (Sat Feb 14 23:21:04 2009 +0100) 1 commit
287 + + rerere: remove duplicated functions
288 +
289 +* jc/add-p-unquote (Mon Feb 16 22:43:43 2009 -0800) 1 commit
290 + + git-add -i/-p: learn to unwrap C-quoted paths
291 +
292 * jw/imap-preformatted-html (Thu Feb 12 08:58:12 2009 -0600) 1 commit
293 + imap.preformattedHTML to tell Thunderbird to send non-flowed text
294
@@ -182,14 +308,18 @@ that the configuration variable was renamed per list discussion.
308 * dm/add-i-edit-abort (Thu Feb 12 00:19:41 2009 -0500) 1 commit
309 + add -i: revisit hunk on editor failure
310
185 -* tp/completion (Wed Feb 11 13:03:26 2009 -0500) 4 commits
311 +* tp/completion (Sat Feb 21 15:48:43 2009 +0100) 6 commits
312 + + Fixup: Add bare repository indicator for __git_ps1
313 + + Add bare repository indicator for __git_ps1
314 + completion: More fixes to prevent unbound variable errors
315 + completion: Better __git_ps1 support when not in working directory
316 + completion: Use consistent if [...] convention, not "test"
317 + completion: For consistency, change "git rev-parse" to __gitdir
318 calls
319
192 -* js/branch-symref (Wed Feb 18 19:14:59 2009 +0100) 2 commits
320 +* js/branch-symref (Wed Feb 18 22:34:44 2009 -0500) 4 commits
321 + + add basic branch display tests
322 + + branch: clean up repeated strlen
323 + Avoid segfault with 'git branch' when the HEAD is detached
324 + builtin-branch: improve output when displaying remote branches
325
@@ -197,7 +327,12 @@ that the configuration variable was renamed per list discussion.
327 + builtin-branch.c: Rename branch category color names
328 + Clean up use of ANSI color sequences
329
200 -* kb/checkout-optim (Wed Feb 18 23:18:03 2009 +0100) 10 commits
330 +* kb/checkout-optim (Mon Feb 23 19:02:57 2009 +0100) 14 commits
331 + + write_index(): update index_state->timestamp after flushing to
332 + disk
333 + + verify_uptodate(): add ce_uptodate(ce) test
334 + + make USE_NSEC work as expected
335 + + fix compile error when USE_NSEC is defined
336 + check_updates(): effective removal of cache entries marked
337 CE_REMOVE
338 + lstat_cache(): print a warning if doing ping-pong between cache
@@ -225,25 +360,23 @@ that the configuration variable was renamed per list discussion.
360 ----------------------------------------------------------------
361 [Actively cooking]
362
228 -* jc/add-p-unquote (Mon Feb 16 22:43:43 2009 -0800) 1 commit
229 - + git-add -i/-p: learn to unwrap C-quoted paths
230 -
231 -* js/send-email (Sat Feb 14 23:32:15 2009 -0500) 3 commits
232 - + send-email: --suppress-cc improvements
233 - + send-email: handle multiple Cc addresses when reading mbox message
234 - + send-email: allow send-email to run outside a repo
235 -
236 -* sg/rerere-cleanup (Sat Feb 14 23:21:04 2009 +0100) 1 commit
237 - + rerere: remove duplicated functions
363 +* tr/gcov (Thu Feb 19 12:13:42 2009 +0100) 8 commits
364 + - Test git-patch-id
365 + - Test rev-list --parents/--children
366 + - Test log --decorate
367 + - Test fsck a bit harder
368 + - Test log --graph
369 + - Test diff --dirstat functionality
370 + - Test that diff can read from stdin
371 + - Support coverage testing with GCC/gcov
372
239 -* js/notes (Wed Feb 18 11:17:27 2009 -0800) 14 commits
240 - + tests: fix "export var=val"
241 - + notes: refuse to edit notes outside refs/notes/
242 - + t3301: use test_must_fail instead of !
243 - + t3301: fix confusing quoting in test for valid notes ref
244 - + notes: use GIT_EDITOR and core.editor over VISUAL/EDITOR
245 - + notes: only clean up message file when editing
246 - + handle empty notes gracefully
373 +* js/notes (Sat Feb 14 21:23:25 2009 +0100) 13 commits
374 + - notes: refuse to edit notes outside refs/notes/
375 + - t3301: use test_must_fail instead of !
376 + - t3301: fix confusing quoting in test for valid notes ref
377 + - notes: use GIT_EDITOR and core.editor over VISUAL/EDITOR
378 + - notes: only clean up message file when editing
379 + - handle empty notes gracefully
380 + git notes show: test empty notes
381 + git-notes: fix printing of multi-line notes
382 + notes: fix core.notesRef documentation
@@ -252,28 +385,15 @@ that the configuration variable was renamed per list discussion.
385 + Add a script to edit/inspect notes
386 + Introduce commit notes
387
255 -Earlier part was merged to master and then reverted there. I probably
256 -should rebase this after 1.6.2 to keep my sanity.
388 +Earlier part was merged to master and then reverted there. Will be
389 +rebased 1.6.2 to keep my sanity.
390
258 -* fc/config-editor (Sat Feb 7 23:53:00 2009 +0200) 1 commit
259 - - config: Add new option to open an editor.
391 +* fc/config-editor (Sat Feb 21 02:48:54 2009 +0200) 3 commits
392 + + git config: trivial cleanup for editor action
393 + + git config: codestyle cleanups
394 + + config: Add new option to open an editor.
395
261 -* js/remote-set-head (Sat Feb 14 05:30:30 2009 -0500) 5 commits
262 - - builtin-remote: better handling of multiple remote HEADs
263 - - builtin-remote: add set-head subcommand
264 - - builtin-remote: teach show to display remote HEAD
265 - - builtin-remote: move duplicated cleanup code its own function
266 - - builtin-clone: move locate_head() to remote.c so it can be re-used
267 -
268 -* jk/head-lookup (Sun Feb 15 01:18:18 2009 -0500) 5 commits
269 - - remote: use exact HEAD lookup if it is available
270 - - remote: refactor guess_remote_head
271 - - refactor find_refs_by_name to accept const list
272 - - add basic http clone/fetch tests
273 - - test scripts: refactor start_httpd helper
274 -
275 -Builds on top of Jay Soffian's js/remote-set-head topic. How well do
276 -these two work in practice in the real world? Success stories?
396 +Rerolled and looked sane.
397
398 ----------------------------------------------------------------
399 [On Hold]
@@ -314,23 +434,3 @@ read with convert_to_git(), merge them while they are still in the
434 canonical representation and possibly add conflict markers, and then write
435 the results out after convert_to_working_tree(). It also needs to write
436 in binary mode as well.
317 -
318 -----------------------------------------------------------------
319 -[Perhaps will discard]
320 -
321 -* jk/renamelimit (Sat May 3 13:58:42 2008 -0700) 1 commit
322 - . diff: enable "too large a rename" warning when -M/-C is explicitly
323 - asked for
324 -
325 -* jc/stripspace (Sun Mar 9 00:30:35 2008 -0800) 6 commits
326 - . git-am --forge: add Signed-off-by: line for the author
327 - . git-am: clean-up Signed-off-by: lines
328 - . stripspace: add --log-clean option to clean up signed-off-by:
329 - lines
330 - . stripspace: use parse_options()
331 - . Add "git am -s" test
332 - . git-am: refactor code to add signed-off-by line for the committer
333 -
334 -* jc/post-simplify (Fri Aug 15 01:34:51 2008 -0700) 2 commits
335 - . revision --simplify-merges: incremental simplification
336 - . revision --simplify-merges: prepare for incremental simplification