What's cooking (2009/04 #04)

Junio C Hamano committed Apr 29, 2009 at 22:10 UTC 879b235b395376dc9c265032fe1446f7a25046a0
1 file changed +81 -57
whats-cooking.txt
+81 -57
@@ -1,9 +1,9 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Apr 2009, #03; Wed, 15)
3 -X-master-at: f800b65bea1504299747e7be03ee279508a74e1f
4 -X-next-at: 40869ef2c65a11295fc4c83e257fa4564b3e18f5
2 +Subject: What's cooking in git.git (Apr 2009, #04; Wed, 29)
3 +X-master-at: 6ffd567bec439e7809ee0966556bd5e72fb78de4
4 +X-next-at: 8c6980a6544dcc03e45b1d63d624544f3bfa1b94
5
6 -What's cooking in git.git (Apr 2009, #03; Wed, 15)
6 +What's cooking in git.git (Apr 2009, #04; Wed, 29)
7 --------------------------------------------------
8
9 Here are the topics that have been cooking. Commits prefixed with '-' are
@@ -14,29 +14,62 @@ 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 -We are a bit past 1.6.3-rc0, and this report will show pretty much what
18 -the final should look like from the feature-set point-of-view.
19 -
17 ----------------------------------------------------------------
18 [New Topics]
19
23 -* ac/color-graph (Mon Apr 13 15:53:41 2009 -0400) 1 commit
24 - + graph API: Added logic for colored edges
20 +* cc/bisect (Fri Apr 24 08:29:01 2009 +0200) 10 commits
21 + - am: simplify "sq" function by using "git rev-parse --sq-quote"
22 + - bisect: use "git rev-parse --sq-quote" instead of a custom "sq"
23 + function
24 + - rev-parse: add --sq-quote to shell quote arguments
25 + - rev-list: remove stringed output flag from "show_bisect_vars"
26 + - bisect--helper: remove "--next-vars" option as it is now useless
27 + - bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"
28 + - bisect--helper: add "--next-exit" to output bisect results
29 + - bisect: move common bisect functionality to "bisect_common"
30 + - rev-list: refactor printing bisect vars
31 + - rev-list: make "estimate_bisect_steps" non static
32
26 -This has been under discussion since before 1.6.3-rc0, hopefully in
27 -1.6.3-rc1.
33 +* mh/show-branch-color (Sat Apr 25 13:46:14 2009 +0200) 2 commits
34 + + bash completion: show-branch color support
35 + + show-branch: color the commit status signs
36
29 -* mw/send-email (Mon Apr 13 13:23:52 2009 -0500) 6 commits
30 - - send-email: Remove superfluous `my $editor = ...'
31 - - send-email: 'References:' should only reference what is sent
32 - - send-email: Handle "GIT:" rather than "GIT: " during --compose
33 - - Docs: send-email: --smtp-server-port can take symbolic ports
34 - - Docs: send-email: Refer to CONFIGURATION section for
35 - sendemail.multiedit
36 - - Docs: send-email: Put options back into alphabetical order
37 +* ac/graph-horizontal-line (Tue Apr 21 08:47:01 2009 -0400) 1 commit
38 + + graph API: Use horizontal lines for more compact graphs
39
38 -Only partially queued, but this is not 1.6.3 material and we are not in a
39 -hurry.
40 +* ar/merge-one-file-diag (Wed Apr 29 23:40:50 2009 +0200) 1 commit
41 + - Clarify kind of conflict in merge-one-file helper
42 +
43 +* mh/diff-stat-color (Sat Apr 25 00:06:47 2009 +0200) 1 commit
44 + - diff: do not color --stat output like patch context
45 +
46 +* rc/http-push (Sat Apr 25 00:35:57 2009 +0800) 3 commits
47 + . http-push: send out fetch requests on queue
48 + . t5540-http-push: test fetching of packed objects
49 + . t5540-http-push: test fetching of loose objects
50 +
51 +Breaks build in a trivial way; which I haven't got around fixing it up.
52 +
53 +* ae/anon-fetch-info (Fri Apr 17 10:20:11 2009 +0200) 1 commit
54 + + fetch: Strip usernames from url's before storing them
55 +
56 +* ar/unlink-err (Wed Apr 29 23:24:52 2009 +0200) 3 commits
57 + - print unlink(2) errno in copy_or_link_directory
58 + - replace direct calls to unlink(2) with unlink_or_warn
59 + - Introduce an unlink(2) wrapper which gives warning if unlink
60 + failed
61 +
62 +* ph/submodule-rebase (Fri Apr 24 09:06:38 2009 +1000) 1 commit
63 + - git-submodule: add support for --rebase.
64 +
65 +----------------------------------------------------------------
66 +[Graduated to "master"]
67 +
68 +It's been a while since I sent "What's cooking" out, and some of the
69 +topics below have fixes on top directly applied since they graduated.
70 +
71 +* ac/color-graph (Mon Apr 13 15:53:41 2009 -0400) 1 commit
72 + + graph API: Added logic for colored edges
73
74 * jk/cobdoc (Mon Apr 13 07:21:04 2009 -0400) 5 commits
75 + docs/checkout: clarify what "non-branch" means
@@ -45,22 +78,15 @@ hurry.
78 + doc: refer to tracking configuration as "upstream"
79 + doc: clarify --no-track option
80
48 -For 1.6.3
49 -
81 * mk/apply-swap (Sat Apr 11 21:31:00 2009 +0200) 2 commits
82 + builtin-apply: keep information about files to be deleted
83 + tests: test applying criss-cross rename patch
84
54 -For 1.6.3; perhaps needs to be cherry-picked to 1.6.2.X series as well.
55 -
56 -----------------------------------------------------------------
57 -[Will merge to 'master' before 1.6.3-rc1]
85 +Perhaps needs to be cherry-picked to 1.6.2.X series as well.
86
87 * mm/add-p-quit (Fri Apr 10 16:57:01 2009 +0200) 1 commit
88 + git add -p: new "quit" command at the prompt.
89
62 -I did a minimal documentation update myself.
63 -
90 * eb/upload-archive-from-git-shell (Thu Apr 9 21:58:52 2009 +0200) 1 commit
91 + git-shell: Add 'git-upload-archive' to allowed commands.
92
@@ -71,9 +97,6 @@ I did a minimal documentation update myself.
97 * jc/maint-shared-literally (Sun Apr 12 21:22:02 2009 +0200) 1 commit
98 + t1301-shared-repo: fix forced modes test
99
74 -J6t's updates to fix permission tests and make sure they won't run on
75 -systems without permission bits on the filesystem.
76 -
100 * ns/am-to-empty (Fri Apr 10 09:34:42 2009 +0900) 1 commit
101 + git-am: teach git-am to apply a patch to an unborn branch
102
@@ -102,19 +125,24 @@ systems without permission bits on the filesystem.
125 + git-mergetool/difftool: make (g)vimdiff workable under Windows
126 + doc/merge-config: list ecmerge as a built-in merge tool
127
105 -----------------------------------------------------------------
106 -[Graduated to "master"]
128 +* lt/bool-on-off (Thu Apr 9 12:40:39 2009 -0700) 1 commit
129 + + Allow users to un-configure rename detection
130 +
131 +* lt/pack-object-memuse (Fri Apr 10 18:15:26 2009 -0700) 2 commits
132 + + show_object(): push path_name() call further down
133 + + process_{tree,blob}: show objects without buffering
134
108 -(none)
135 +* nd/archive-attribute (Mon Apr 13 14:18:39 2009 +0200) 5 commits
136 + + archive test: test new --fix-attributes feature
137 + + archive: do not read .gitattributes in working directory
138 + + unpack-trees: do not muck with attributes when we are not checking
139 + out
140 + + attr: add GIT_ATTR_INDEX "direction"
141 + + archive tests: do not use .gitattributes in working directory
142
143 ----------------------------------------------------------------
144 [Stalled and may need help and prodding to go forward]
145
113 -* lt/bool-on-off (Thu Apr 9 12:40:39 2009 -0700) 1 commit
114 - + Allow users to un-configure rename detection
115 -
116 -Still lacks doc updates.
117 -
146 * ps/blame (Thu Mar 12 21:30:03 2009 +1100) 1 commit
147 - blame.c: start libifying the blame infrastructure
148
@@ -188,25 +216,21 @@ to resolve issues these tests identify.
216 ----------------------------------------------------------------
217 [Actively cooking]
218
191 -* lt/pack-object-memuse (Fri Apr 10 18:15:26 2009 -0700) 2 commits
192 - + show_object(): push path_name() call further down
193 - + process_{tree,blob}: show objects without buffering
194 -
195 -This had some conflicts with Christian's bisect topic; I think I resolved
196 -them correctly, but double-checking would be nice.
197 -
198 -* nd/archive-attribute (Mon Apr 13 14:18:39 2009 +0200) 5 commits
199 - + archive test: test new --fix-attributes feature
200 - + archive: do not read .gitattributes in working directory
201 - + unpack-trees: do not muck with attributes when we are not checking
202 - out
203 - + attr: add GIT_ATTR_INDEX "direction"
204 - + archive tests: do not use .gitattributes in working directory
219 +* mw/send-email (Mon Apr 13 13:23:52 2009 -0500) 6 commits
220 + - send-email: Remove superfluous `my $editor = ...'
221 + - send-email: 'References:' should only reference what is sent
222 + - send-email: Handle "GIT:" rather than "GIT: " during --compose
223 + - Docs: send-email: --smtp-server-port can take symbolic ports
224 + - Docs: send-email: Refer to CONFIGURATION section for
225 + sendemail.multiedit
226 + - Docs: send-email: Put options back into alphabetical order
227
206 -With fix-ups from René and myself. Perhaps 1.6.3 material, perhaps not.
228 +Only partially queued, but this is not 1.6.3 material and we are not in a
229 +hurry.
230
208 -* js/add-edit (Wed Apr 8 23:30:24 2009 +0200) 1 commit
209 - - git-add: introduce --edit (to edit the diff vs. the index)
231 +* js/add-edit (Mon Apr 27 19:51:42 2009 +0200) 2 commits
232 + + t3702: fix reliance on SHELL_PATH being '/bin/sh'
233 + + git-add: introduce --edit (to edit the diff vs. the index)
234
235 * cc/replace (Tue Apr 14 00:36:59 2009 +0200) 13 commits
236 - Documentation: add documentation for "git replace"