What's cooking (2009/01 #04)

Junio C Hamano committed Jan 19, 2009 at 01:12 UTC 9f69dc3a6110f2b508c9e81e5ab38ad73ce1a472
1 file changed +177 -133
whats-cooking.txt
+177 -133
@@ -1,15 +1,15 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Jan 2009, #03; Wed, 14)
3 -X-master-at: 3cf3b838c7b379824c68ee87799aaaa9028b36cd
4 -X-next-at: 5b4a894b226c0bf6c51c888eeb06524eeb201ab9
2 +Subject: What's cooking in git.git (Jan 2009, #04; Mon, 19)
3 +X-master-at: 28da86a58d7861626eb9d33a1bcfa3e1e79a4d13
4 +X-next-at: 9c367b51316264d3883a39443778c45b2439bb3d
5
6 -What's cooking in git.git (Jan 2009, #03; Wed, 14)
6 +What's cooking in git.git (Jan 2009, #04; Mon, 19)
7 --------------------------------------------------
8
9 -Here are the topics that have been cooking. Commits prefixed
10 -with '-' are only in 'pu' while commits prefixed with '+' are
11 -in 'next'. The ones marked with '.' do not appear in any of the branches,
12 -but I am still holding onto them.
9 +Here are the topics that have been cooking. Commits prefixed with '-' are
10 +only in 'pu' while commits prefixed with '+' are in 'next'. The ones
11 +marked with '.' do not appear in any of the branches, but I am still
12 +holding onto them.
13
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.
@@ -17,41 +17,114 @@ meant to be merged to the maintenance series have "maint-" in their names.
17 ----------------------------------------------------------------
18 [New Topics]
19
20 -* kb/am-directory (Sun Jan 11 22:21:48 2009 -0800) 1 commit
21 - + git-am: add --directory=<dir> option
20 +* jk/color-parse (Sat Jan 17 10:38:46 2009 -0500) 2 commits
21 + + expand --pretty=format color options
22 + + color: make it easier for non-config to parse color specs
23 +
24 +* sb/hook-cleanup (Sat Jan 17 04:02:55 2009 +0100) 5 commits
25 + + run_hook(): allow more than 9 hook arguments
26 + + run_hook(): check the executability of the hook before filling
27 + argv
28 + + api-run-command.txt: talk about run_hook()
29 + + Move run_hook() from builtin-commit.c into run-command.c (libgit)
30 + + checkout: don't crash on file checkout before running post-
31 + checkout hook
32 +
33 +* js/maint-all-implies-HEAD (Sat Jan 17 22:27:08 2009 -0800) 2 commits
34 + - bundle: allow the same ref to be given more than once
35 + - revision walker: include a detached HEAD in --all
36 +
37 +* tr/previous-branch (Sat Jan 17 19:08:12 2009 +0100) 6 commits
38 + - Fix parsing of @{-1}@{1}
39 + - interpret_nth_last_branch(): avoid traversing the reflog twice
40 + - checkout: implement "-" abbreviation, add docs and tests
41 + - sha1_name: support @{-N} syntax in get_sha1()
42 + - sha1_name: tweak @{-N} lookup
43 + - checkout: implement "@{-N}" shortcut name for N-th last branch
44 +
45 +* rs/ctype (Sat Jan 17 16:50:37 2009 +0100) 4 commits
46 + + Add is_regex_special()
47 + + Change NUL char handling of isspecial()
48 + + Reformat ctype.c
49 + + Add ctype test
50 +
51 +* mh/unify-color (Sun Jan 18 21:39:12 2009 +0100) 2 commits
52 + - move the color variables to color.c
53 + - handle color.ui at a central place
54 +
55 +* jf/am-failure-report (Sun Jan 18 19:34:31 2009 -0800) 2 commits
56 + + git-am: re-fix the diag message printing
57 + + git-am: Make it easier to see which patch failed
58 +
59 +* cb/add-pathspec (Wed Jan 14 15:54:35 2009 +0100) 2 commits
60 + - remove pathspec_match, use match_pathspec instead
61 + - clean up pathspec matching
62 +
63 +* sg/maint-gitdir-in-subdir (Fri Jan 16 16:37:33 2009 +0100) 1 commit
64 + + Fix gitdir detection when in subdir of gitdir
65 +
66 +This has my "don't do the fullpath if you are directly inside .git"
67 +squashed in, so it should be much safer.
68 +
69 +* am/maint-push-doc (Sun Jan 18 15:36:58 2009 +0100) 4 commits
70 + + Documentation: avoid using undefined parameters
71 + + Documentation: mention branches rather than heads
72 + + Documentation: remove a redundant elaboration
73 + + Documentation: git push repository can also be a remote
74 +
75 +* sp/runtime-prefix (Sun Jan 18 13:00:15 2009 +0100) 5 commits
76 + - Windows: Revert to default paths and convert them by
77 + RUNTIME_PREFIX
78 + - Modify setup_path() to only add git_exec_path() to PATH
79 + - Add calls to git_extract_argv0_path() in programs that call
80 + git_config_*
81 + - git_extract_argv0_path(): Move check for valid argv0 from caller
82 + to callee
83 + - Move computation of absolute paths from Makefile to runtime (in
84 + preparation for RUNTIME_PREFIX)
85
23 -This is "third-time-lucky, perhaps?" resurrection. I do not think I'd be
24 -using this very often, but it originated from a real user request.
86 +----------------------------------------------------------------
87 +[Stalled and may need help and prodding to go forward]
88
26 -* jk/signal-cleanup (Sun Jan 11 06:36:49 2009 -0500) 3 commits
27 - - pager: do wait_for_pager on signal death
28 - - refactor signal handling for cleanup functions
29 - - chain kill signals for cleanup functions
89 +* jc/blame (Wed Jun 4 22:58:40 2008 -0700) 2 commits
90 + + blame: show "previous" information in --porcelain/--incremental
91 + format
92 + + git-blame: refactor code to emit "porcelain format" output
93 +
94 +This gives Porcelains (like gitweb) the information on the commit _before_
95 +the one that the final blame is laid on, which should save them one
96 +rev-parse to dig further. The line number in the "previous" information
97 +may need refining, and sanity checking code for reference counting may
98 +need to be resurrected before this can move forward.
99
31 -* kb/lstat-cache (Tue Jan 13 13:29:08 2009 +0100) 5 commits
32 - - lstat_cache(): introduce clear_lstat_cache() function
33 - - lstat_cache(): introduce invalidate_lstat_cache() function
34 - - lstat_cache(): introduce has_dirs_only_path() function
35 - - lstat_cache(): introduce has_symlink_or_noent_leading_path()
100 +* db/foreign-scm (Sun Jan 11 15:12:10 2009 -0500) 3 commits
101 + - Support fetching from foreign VCSes
102 + - Add specification of git-vcs helpers
103 + - Add "vcs" config option in remotes
104 +
105 +The "spec" did not seem quite well cooked yet, but in the longer term I
106 +think something like this to allow interoperating with other SCMs as if
107 +the other end is a native git repository is a very worthy goal.
108 +
109 +----------------------------------------------------------------
110 +[Actively cooking]
111 +
112 +* kb/lstat-cache (Sun Jan 18 16:14:54 2009 +0100) 5 commits
113 + + lstat_cache(): introduce clear_lstat_cache() function
114 + + lstat_cache(): introduce invalidate_lstat_cache() function
115 + + lstat_cache(): introduce has_dirs_only_path() function
116 + + lstat_cache(): introduce has_symlink_or_noent_leading_path()
117 function
37 - - lstat_cache(): more cache effective symlink/directory detection
118 + + lstat_cache(): more cache effective symlink/directory detection
119
39 -This is the seventh round; although the author asked me not to bother, I
40 -couldn't resist. I renamed one helper function while reading the patches
41 -and made minor adjustments on styles, but it looked reasonable.
120 +This is the tenth round, now in 'next'.
121
122 * lh/submodule-tree-traversal (Mon Jan 12 00:45:55 2009 +0100) 3 commits
123 - builtin-ls-tree: enable traversal of submodules
124 - archive.c: enable traversal of submodules
125 - tree.c: add support for traversal of submodules
126
48 -* jc/maint-format-patch-o-relative (Mon Jan 12 15:18:02 2009 -0800) 1 commit
49 - - Teach format-patch to handle output directory relative to cwd
50 -
51 -This was my lunchtime "this may fix it" response to a breakage report. I
52 -haven't really thought things through but my gut feeling is this might
53 -break things for minorities who are accustomed to the existing behaviour,
54 -especially wrt the filenames reported on the standard output.
127 +Still getting active reviews.
128
129 * lt/maint-wrap-zlib (Wed Jan 7 19:54:47 2009 -0800) 1 commit
130 + Wrap inflate and other zlib routines for better error reporting
@@ -59,73 +132,43 @@ especially wrt the filenames reported on the standard output.
132 Needs the "free our memory upon seeing Z_MEM_ERROR and try again" bits
133 extracted from Shawn's patch on top of this one.
134
62 -* js/diff-color-words (Sun Jan 11 21:00:58 2009 +0100) 4 commits
135 +* jk/signal-cleanup (Sun Jan 11 06:36:49 2009 -0500) 3 commits
136 + - pager: do wait_for_pager on signal death
137 + - refactor signal handling for cleanup functions
138 + - chain kill signals for cleanup functions
139 +
140 +Sorry, I lost track. What is the status of this one?
141 +
142 +* js/diff-color-words (Sat Jan 17 17:29:48 2009 +0100) 7 commits
143 + - color-words: make regex configurable via attributes
144 + - color-words: expand docs with precise semantics
145 + - color-words: enable REG_NEWLINE to help user
146 - color-words: take an optional regular expression describing words
64 - - color-words: refactor to allow for 0-character word boundaries
147 + - color-words: change algorithm to allow for 0-character word
148 + boundaries
149 - color-words: refactor word splitting and use ALLOC_GROW()
66 - - Add color_fwrite(), a function coloring each line individually
150 + - Add color_fwrite_lines(), a function coloring each line
151 + individually
152
153 Dscho's series that was done in response to Thomas's original; two agreed
154 to work together on this codebase.
155
71 -* db/foreign-scm (Sun Jan 11 15:12:10 2009 -0500) 3 commits
72 - - Support fetching from foreign VCSes
73 - - Add specification of git-vcs helpers
74 - - Add "vcs" config option in remotes
75 -
76 -----------------------------------------------------------------
77 -[Stalled and may need help and prodding to go forward]
78 -
79 -* ds/uintmax-config (Mon Nov 3 09:14:28 2008 -0900) 1 commit
80 - . autoconf: Enable threaded delta search when pthreads are supported
156 +* ks/maint-mailinfo-folded (Tue Jan 13 01:21:04 2009 +0300) 5 commits
157 + - mailinfo: tests for RFC2047 examples
158 + - mailinfo: add explicit test for mails like '<a.u.thor@example.com>
159 + (A U Thor)'
160 + - mailinfo: more smarter removal of rfc822 comments from 'From'
161 + + mailinfo: 'From:' header should be unfold as well
162 + + mailinfo: correctly handle multiline 'Subject:' header
163
82 -I haven't heard neither positive nor negative comments from minority
83 -platforms that might be harmed, but this feels like the right thing to do,
84 -so perhaps the best course of action is to merge this down to 'master' and
85 -see if anybody screams.
86 -
87 -* jc/blame (Wed Jun 4 22:58:40 2008 -0700) 2 commits
88 - + blame: show "previous" information in --porcelain/--incremental
89 - format
90 - + git-blame: refactor code to emit "porcelain format" output
91 -
92 -This gives Porcelains (like gitweb) the information on the commit _before_
93 -the one that the final blame is laid on, which should save them one
94 -rev-parse to dig further. The line number in the "previous" information
95 -may need refining, and sanity checking code for reference counting may
96 -need to be resurrected before this can move forward.
97 -
98 -----------------------------------------------------------------
99 -[Actively cooking]
100 -
101 -* gb/gitweb-opml (Fri Jan 2 13:49:30 2009 +0100) 2 commits
102 - + gitweb: suggest name for OPML view
103 - + gitweb: don't use pathinfo for global actions
104 -
105 -* ks/maint-mailinfo-folded (Mon Jan 12 15:22:11 2009 -0800) 2 commits
106 - - mailinfo: 'From:' header should be unfold as well
107 - - mailinfo: correctly handle multiline 'Subject:' header
108 -
109 -The author seems to have more updates, but I couldn't extract them from
110 -the e-mail.
164 +I think "more smarter" one is too aggressive for our purpose. Perhaps not
165 +removing comments at all would be what we want.
166
167 * js/patience-diff (Thu Jan 1 17:39:37 2009 +0100) 3 commits
168 + bash completions: Add the --patience option
169 + Introduce the diff option '--patience'
170 + Implement the patience diff algorithm
171
117 -* mv/apply-parse-opt (Fri Jan 9 22:21:36 2009 -0800) 2 commits
118 - + Resurrect "git apply --flags -" to read from the standard input
119 - + parse-opt: migrate builtin-apply.
120 -
121 -* tr/rebase-root (Fri Jan 2 23:28:29 2009 +0100) 4 commits
122 - + rebase: update documentation for --root
123 - + rebase -i: learn to rebase root commit
124 - + rebase: learn to rebase root commit
125 - + rebase -i: execute hook only after argument checking
126 -
127 -Looked reasonable.
128 -
172 * js/notes (Tue Jan 13 20:57:16 2009 +0100) 6 commits
173 + git-notes: fix printing of multi-line notes
174 + notes: fix core.notesRef documentation
@@ -142,58 +185,26 @@ Looked reasonable.
185 ----------------------------------------------------------------
186 [Graduated to "master"]
187
145 -* nd/grep-assume-unchanged (Sat Dec 27 15:21:03 2008 +0700) 2 commits
146 - + grep: grep cache entries if they are "assume unchanged"
147 - + grep: support --no-ext-grep to test builtin grep
148 -
149 -* as/maint-shortlog-cleanup (Tue Dec 30 22:01:44 2008 +0100) 1 commit
150 - + builtin-shortlog.c: use string_list_append(), and don't strdup
151 - unnecessarily
152 -
153 -* jc/maint-ls-tree (Wed Dec 31 19:00:50 2008 +0900) 2 commits
154 - + Document git-ls-tree --full-tree
155 - + ls-tree: add --full-tree option
156 -
157 -* js/bundle-tags (Fri Jan 2 19:08:46 2009 +0100) 1 commit
158 - + bundle: allow rev-list options to exclude annotated tags
159 -
160 -* js/add-not-submodule (Fri Jan 2 19:08:40 2009 +0100) 1 commit
161 - + git add: do not add files from a submodule
162 -
163 -* pb/maint-git-pm-false-dir (Mon Dec 29 01:25:00 2008 +0100) 1 commit
164 - + Git.pm: correctly handle directory name that evaluates to "false"
165 -
166 -* pj/maint-ldflags (Sun Jan 4 21:27:41 2009 -0500) 1 commit
167 - + configure clobbers LDFLAGS
168 -
169 -* fe/cvsserver (Fri Jan 2 16:40:14 2009 +0100) 2 commits
170 - + cvsserver: change generation of CVS author names
171 - + cvsserver: add option to configure commit message
172 -
173 -* js/maint-bisect-gitk (Fri Jan 2 19:08:00 2009 +0100) 1 commit
174 - + bisect view: call gitk if Cygwin's SESSIONNAME variable is set
175 -
176 -* np/no-loosen-prune-expire-now (Tue Dec 30 14:45:11 2008 -0500) 1 commit
177 - + objects to be pruned immediately don't have to be loosened
188 +* ds/uintmax-config (Mon Nov 3 09:14:28 2008 -0900) 1 commit
189 + + autoconf: Enable threaded delta search when pthreads are supported
190
179 -* cb/maint-unpack-trees-absense (Thu Jan 1 21:54:33 2009 +0100) 3 commits
180 - + unpack-trees: remove redundant path search in verify_absent
181 - + unpack-trees: fix path search bug in verify_absent
182 - + unpack-trees: handle failure in verify_absent
191 +See if anybody screams.
192
184 -* mc/cd-p-pwd (Tue Dec 30 07:10:24 2008 -0800) 1 commit
185 - + git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on
186 - OS X
193 +* gb/gitweb-opml (Fri Jan 2 13:49:30 2009 +0100) 2 commits
194 + + gitweb: suggest name for OPML view
195 + + gitweb: don't use pathinfo for global actions
196
188 -* mh/cherry-default (Thu Jan 1 22:56:29 2009 +0100) 2 commits
189 - + Documentation: clarify which parameters are optional to git-cherry
190 - + git-cherry: make <upstream> parameter optional
197 +* mv/apply-parse-opt (Fri Jan 9 22:21:36 2009 -0800) 2 commits
198 + + Resurrect "git apply --flags -" to read from the standard input
199 + + parse-opt: migrate builtin-apply.
200
192 -Some of the above will still need to be downmerged to respective
193 -maintenance branches after they are widely used on 'master'.
201 +* tr/rebase-root (Fri Jan 2 23:28:29 2009 +0100) 4 commits
202 + + rebase: update documentation for --root
203 + + rebase -i: learn to rebase root commit
204 + + rebase: learn to rebase root commit
205 + + rebase -i: execute hook only after argument checking
206
195 -----------------------------------------------------------------
196 -[Will merge to "master" soon]
207 +Looked reasonable.
208
209 * mh/maint-commit-color-status (Thu Jan 8 19:53:05 2009 +0100) 2 commits
210 + git-status -v: color diff output when color.ui is set
@@ -228,6 +239,19 @@ maintenance branches after they are widely used on 'master'.
239 + gitweb: change call pattern for git_commitdiff
240 + gitweb: add patch view
241
242 +----------------------------------------------------------------
243 +[Will merge to "master" soon]
244 +
245 +* kb/am-directory (Wed Jan 14 16:29:59 2009 -0800) 2 commits
246 + + git-am: fix shell quoting
247 + + git-am: add --directory=<dir> option
248 +
249 +This is "third-time-lucky, perhaps?" resurrection. I do not think I'd be
250 +using this very often, but it originated from a real user request.
251 +
252 +* jc/maint-format-patch-o-relative (Mon Jan 12 15:18:02 2009 -0800) 1 commit
253 + + Teach format-patch to handle output directory relative to cwd
254 +
255 ----------------------------------------------------------------
256 [On Hold]
257
@@ -243,3 +267,23 @@ maintenance branches after they are widely used on 'master'.
267 . stripspace: use parse_options()
268 . Add "git am -s" test
269 . git-am: refactor code to add signed-off-by line for the committer
270 +
271 +* jc/post-simplify (Fri Aug 15 01:34:51 2008 -0700) 2 commits
272 + . revision --simplify-merges: incremental simplification
273 + . revision --simplify-merges: prepare for incremental simplification
274 +
275 +* jk/valgrind (Thu Oct 23 04:30:45 2008 +0000) 2 commits
276 + . valgrind: ignore ldso errors
277 + . add valgrind support in test scripts
278 +
279 +* wp/add-patch-find (Thu Nov 27 04:08:03 2008 +0000) 3 commits
280 + . In add --patch, Handle K,k,J,j slightly more gracefully.
281 + . Add / command in add --patch
282 + . git-add -i/-p: Change prompt separater from slash to comma
283 +
284 +* jc/grafts (Wed Jul 2 17:14:12 2008 -0700) 1 commit
285 + . [BROKEN wrt shallow clones] Ignore graft during object transfer
286 +
287 +* jc/replace (Fri Oct 31 09:21:39 2008 -0700) 1 commit
288 + . WIP
289 +