What's cooking (2009/02 #06)
Junio C Hamano committed
Mar 3, 2009 at 01:08 UTC
66cc1bcbf906ddced68be782c3bf3451af971030
1 file changed
+55
-47
whats-cooking.txt
+55
-47
@@ -1,9 +1,9 @@
1
To: git@vger.kernel.org
2
-Subject: What's cooking in git.git (Feb 2009, #05; Mon, 16)
3
-X-master-at: 81d3fe9f4871e42ebd1af0221fa091fe5476e2f7
4
-X-next-at: fe6246962442d691150184fe12c71dd019e1b41f
2
+Subject: What's cooking in git.git (Feb 2009, #06; Wed, 18)
3
+X-master-at: 25487f8e2ae266936df0f807ae79dca41606e404
4
+X-next-at: 7bf82e6b638b58e0dd7bf2ab96f861e1f239b822
5
6
-What's cooking in git.git (Feb 2009, #05; Mon, 16)
6
+What's cooking in git.git (Feb 2009, #06; Wed, 18)
7
--------------------------------------------------
8
9
Here are the topics that have been cooking. Commits prefixed with '-' are
@@ -25,23 +25,24 @@ never graduate until 1.6.2 final.
25
----------------------------------------------------------------
26
[New Topics]
27
28
-* gb/gitweb-base (Sun Feb 15 10:18:36 2009 +0100) 1 commit
29
- - gitweb: fix wrong base URL when non-root DirectoryIndex
30
-
31
-Should this go in 1.6.2-rc2?
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
33
-* tr/gcov (Sun Feb 15 23:25:45 2009 +0100) 8 commits
34
- - Test git-patch-id
35
- - Test rev-list --parents/--children
36
- - Test log --decorate
37
- - Test fsck a bit harder
38
- - Test log --graph
39
- - Test diff --dirstat functionality
40
- - Test that diff can read from stdin
41
- - Support coverage testing with GCC/gcov
41
+Builds on top of "config -e" change.
42
43
-* jc/add-p-unquote (Mon Feb 16 22:43:43 2009 -0800) 1 commit
44
- - git-add -i/-p: learn to unwrap C-quoted paths
43
+* mv/parseopt-ls-files (Tue Feb 17 15:27:11 2009 +0100) 2 commits
44
+ - parse-opt: migrate builtin-ls-files.
45
+ - Turn the flags in struct dir_struct into a single variable
46
47
----------------------------------------------------------------
48
[Stalled and may need help and prodding to go forward]
@@ -149,13 +150,15 @@ I'm giving a fresh start to Lars's second iteration.
150
----------------------------------------------------------------
151
[Will merge to 'next' soon]
152
152
-* js/send-email (Sat Feb 14 23:32:15 2009 -0500) 3 commits
153
- - send-email: --suppress-cc improvements
154
- - send-email: handle multiple Cc addresses when reading mbox message
155
- - send-email: allow send-email to run outside a repo
156
-
157
-* sg/rerere-cleanup (Sat Feb 14 23:21:04 2009 +0100) 1 commit
158
- - rerere: remove duplicated functions
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
162
163
----------------------------------------------------------------
164
[Ready for 'master' after 1.6.2]
@@ -186,14 +189,17 @@ that the configuration variable was renamed per list discussion.
189
+ completion: For consistency, change "git rev-parse" to __gitdir
190
calls
191
189
-* js/branch-symref (Fri Feb 13 04:40:18 2009 -0500) 1 commit
192
+* js/branch-symref (Wed Feb 18 19:14:59 2009 +0100) 2 commits
193
+ + Avoid segfault with 'git branch' when the HEAD is detached
194
+ builtin-branch: improve output when displaying remote branches
195
196
* al/ansi-color (Fri Feb 13 22:53:41 2009 +0100) 2 commits
197
+ builtin-branch.c: Rename branch category color names
198
+ Clean up use of ANSI color sequences
199
196
-* kb/checkout-optim (Mon Feb 9 21:54:53 2009 +0100) 9 commits
200
+* kb/checkout-optim (Wed Feb 18 23:18:03 2009 +0100) 10 commits
201
+ + check_updates(): effective removal of cache entries marked
202
+ CE_REMOVE
203
+ lstat_cache(): print a warning if doing ping-pong between cache
204
types
205
+ show_patch_diff(): remove a call to fstat()
@@ -219,13 +225,25 @@ that the configuration variable was renamed per list discussion.
225
----------------------------------------------------------------
226
[Actively cooking]
227
222
-* js/notes (Sat Feb 14 21:23:25 2009 +0100) 13 commits
223
- - notes: refuse to edit notes outside refs/notes/
224
- - t3301: use test_must_fail instead of !
225
- - t3301: fix confusing quoting in test for valid notes ref
226
- - notes: use GIT_EDITOR and core.editor over VISUAL/EDITOR
227
- - notes: only clean up message file when editing
228
- - handle empty notes gracefully
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
238
+
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
247
+ git notes show: test empty notes
248
+ git-notes: fix printing of multi-line notes
249
+ notes: fix core.notesRef documentation
@@ -237,20 +255,9 @@ that the configuration variable was renamed per list discussion.
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.
257
240
-* fc/config-editor (Tue Feb 17 02:54:54 2009 +0200) 9 commits
241
- . config: Cleanup editor action.
242
- . config: Codestyle cleanups.
243
- . config: Don't allow extra arguments for -e or -l.
244
- . config: Disallow multiple config file locations.
245
- . config: Disallow multiple variable types.
246
- . config: Use parseopt.
247
- . config: Reorganize get_color*.
248
- . config: Trivial rename in preparation for parseopt.
258
+* fc/config-editor (Sat Feb 7 23:53:00 2009 +0200) 1 commit
259
- config: Add new option to open an editor.
260
251
-The follow-up series does not pass the test suite, and evicted from 'pu';
252
-the first one might be 'next' worthy, though.
253
-
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
@@ -308,6 +315,7 @@ canonical representation and possibly add conflict markers, and then write
315
the results out after convert_to_working_tree(). It also needs to write
316
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