What's cooking issue #2 of Jan'09
Junio C Hamano committed
Jan 11, 2009 at 01:50 UTC
fd9c96c858365dbddcc1f684c22680eba6777a8e
1 file changed
+250
whats/cooking/2009/01/02.txt
new
+250
@@ -0,0 +1,250 @@
1
+To: git@vger.kernel.org
2
+Subject: What's cooking in git.git (Jan 2009, #02; Sun, 11)
3
+X-master-at: 7eb5bbdb645e04d746bc0edea102744f50a5e529
4
+X-next-at: 1b01dafc9b8818adbe83018ebe1c21daf7fbed87
5
+
6
+What's cooking in git.git (Jan 2009, #02; Sun, 11)
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.
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.
16
+
17
+Sorry to have been lagging a bit. There are a few patches I am interested
18
+in but haven't studied yet nor mentioned here. I've been swamped outside
19
+git lately for the past few days, but hopefully I can get to them shortly.
20
+
21
+----------------------------------------------------------------
22
+[New Topics]
23
+
24
+* rs/fgrep (Sat Jan 10 00:18:34 2009 +0100) 2 commits
25
+ + grep: don't call regexec() for fixed strings
26
+ + grep -w: forward to next possible position after rejected match
27
+
28
+* lt/zlib-wrap-xprm (Wed Jan 7 19:54:47 2009 -0800) 1 commit
29
+ - Wrap inflateInit to retry allocation after releasing pack memory
30
+
31
+Need to clean up the log message, perhaps rebase it to maint-1.6.0 and
32
+start cooking in 'next'.
33
+
34
+* jc/maint-format-patch (Sat Jan 10 12:41:33 2009 -0800) 1 commit
35
+ + format-patch: show patch text for the root commit
36
+
37
+* tr/maint-no-index-fixes (Wed Jan 7 12:15:30 2009 +0100) 3 commits
38
+ + diff --no-index -q: fix endless loop
39
+ + diff --no-index: test for pager after option parsing
40
+ + diff: accept -- when using --no-index
41
+
42
+* gb/gitweb-opml (Fri Jan 2 13:49:30 2009 +0100) 2 commits
43
+ - gitweb: suggest name for OPML view
44
+ - gitweb: don't use pathinfo for global actions
45
+
46
+* mh/maint-commit-color-status (Thu Jan 8 19:53:05 2009 +0100) 2 commits
47
+ - git-status -v: color diff output when color.ui is set
48
+ - git-commit: color status output when color.ui is set
49
+
50
+* ks/maint-mailinfo-folded (Thu Jan 8 01:43:42 2009 +0300) 1 commit
51
+ - mailinfo: correctly handle multiline 'Subject:' header
52
+
53
+* js/patience-diff (Thu Jan 1 17:39:37 2009 +0100) 3 commits
54
+ - bash completions: Add the --patience option
55
+ - Introduce the diff option '--patience'
56
+ - Implement the patience diff algorithm
57
+
58
+All of the above 'pu' topics are ready for 'next'.
59
+
60
+* ap/clone-into-empty (Fri Jan 9 02:24:23 2009 +0300) 2 commits
61
+ - Use is_pseudo_dir_name everywhere
62
+ - Allow cloning to an existing empty directory
63
+
64
+There is an updated patch that only refactors the repeated code to check
65
+if a dirent is dot or dot-dot posted, which I should have picked up to
66
+replace these but I haven't yet (the "clone into empty" can and should
67
+build on top of it).
68
+
69
+----------------------------------------------------------------
70
+[Stalled and may need help and prodding to go forward]
71
+
72
+* ds/uintmax-config (Mon Nov 3 09:14:28 2008 -0900) 1 commit
73
+ - autoconf: Enable threaded delta search when pthreads are supported
74
+
75
+This automatically enables threaded delta search code when autoconf
76
+detects pthreads are usable. I haven't heard neither positive nor
77
+negative comments from minority platforms that might be harmed, but
78
+this feels like the right thing to do, so perhaps the best course of
79
+action is to merge this down to 'master' and see if anybody screams.
80
+
81
+* jc/blame (Wed Jun 4 22:58:40 2008 -0700) 2 commits
82
+ + blame: show "previous" information in --porcelain/--incremental
83
+ format
84
+ + git-blame: refactor code to emit "porcelain format" output
85
+
86
+This gives Porcelains (like gitweb) the information on the commit _before_
87
+the one that the final blame is laid on, which should save them one
88
+rev-parse to dig further. The line number in the "previous" information
89
+may need refining, and sanity checking code for reference counting may
90
+need to be resurrected before this can move forward.
91
+
92
+----------------------------------------------------------------
93
+[Actively cooking]
94
+
95
+* mv/apply-parse-opt (Fri Jan 9 22:21:36 2009 -0800) 2 commits
96
+ + Resurrect "git apply --flags -" to read from the standard input
97
+ + parse-opt: migrate builtin-apply.
98
+
99
+* rs/maint-shortlog-foldline (Tue Jan 6 21:41:06 2009 +0100) 1 commit
100
+ + shortlog: handle multi-line subjects like log --pretty=oneline et.
101
+ al. do
102
+
103
+* tr/rebase-root (Fri Jan 2 23:28:29 2009 +0100) 4 commits
104
+ - rebase: update documentation for --root
105
+ - rebase -i: learn to rebase root commit
106
+ - rebase: learn to rebase root commit
107
+ - rebase -i: execute hook only after argument checking
108
+
109
+I should be able to find time to read this over again and merge to
110
+'next' sometime this week.
111
+
112
+* as/autocorrect-alias (Sun Jan 4 18:16:01 2009 +0100) 1 commit
113
+ + git.c: make autocorrected aliases work
114
+
115
+* js/notes (Sat Dec 20 13:06:03 2008 +0100) 4 commits
116
+ - Add an expensive test for git-notes
117
+ - Speed up git notes lookup
118
+ - Add a script to edit/inspect notes
119
+ - Introduce commit notes
120
+
121
+* sc/gitweb-category (Fri Dec 12 00:45:12 2008 +0100) 3 commits
122
+ - gitweb: Optional grouping of projects by category
123
+ - gitweb: Split git_project_list_body in two functions
124
+ - gitweb: Modularized git_get_project_description to be more generic
125
+
126
+* gb/gitweb-patch (Thu Dec 18 08:13:19 2008 +0100) 4 commits
127
+ - gitweb: link to patch(es) view in commit(diff) and (short)log view
128
+ - gitweb: add patches view
129
+ - gitweb: change call pattern for git_commitdiff
130
+ - gitweb: add patch view
131
+
132
+----------------------------------------------------------------
133
+[Graduated to "master"]
134
+
135
+* mh/maint-sendmail-cc-doc (Mon Dec 29 00:37:25 2008 +0100) 1 commit
136
+ + doc/git-send-email: mention sendemail.cc config variable
137
+
138
+* rs/diff-ihc (Sun Dec 28 19:45:32 2008 +0100) 1 commit
139
+ + diff: add option to show context between close hunks
140
+
141
+* js/maint-merge-recursive-r-d-conflict (Mon Dec 22 23:10:20 2008 +0100) 1 commit
142
+ + merge-recursive: mark rename/delete conflict as unmerged
143
+
144
+* mk/gitweb-feature (Mon Dec 15 22:16:19 2008 -0800) 1 commit
145
+ + gitweb: unify boolean feature subroutines
146
+
147
+* cb/merge-recursive-fix (Mon Dec 15 02:41:24 2008 -0800) 3 commits
148
+ + Merge branch 'cb/maint-merge-recursive-fix' into cb/merge-
149
+ recursive-fix
150
+ + merge-recursive: do not clobber untracked working tree garbage
151
+ + modify/delete conflict resolution overwrites untracked file
152
+
153
+* cb/maint-merge-recursive-fix (Sun Dec 14 19:40:09 2008 -0800) 2 commits
154
+ + merge-recursive: do not clobber untracked working tree garbage
155
+ + modify/delete conflict resolution overwrites untracked file
156
+
157
+* wp/add-p-goto (Thu Dec 4 10:22:40 2008 +0000) 2 commits
158
+ + Add 'g' command to go to a hunk
159
+ + Add subroutine to display one-line summary of hunks
160
+
161
+* jn/gitweb-blame (Thu Dec 11 01:33:29 2008 +0100) 3 commits
162
+ + gitweb: cache $parent_commit info in git_blame()
163
+ + gitweb: A bit of code cleanup in git_blame()
164
+ + gitweb: Move 'lineno' id from link to row element in git_blame
165
+
166
+* mv/um-pdf (Wed Dec 10 23:44:50 2008 +0100) 1 commit
167
+ + Add support for a pdf version of the user manual
168
+
169
+* kk/maint-http-push (Tue Dec 23 11:31:15 2008 +0300) 1 commit
170
+ + http-push: support full URI in handle_remote_ls_ctx()
171
+
172
+----------------------------------------------------------------
173
+[Will merge to "master" soon]
174
+
175
+* nd/grep-assume-unchanged (Sat Dec 27 15:21:03 2008 +0700) 2 commits
176
+ + grep: grep cache entries if they are "assume unchanged"
177
+ + grep: support --no-ext-grep to test builtin grep
178
+
179
+* as/maint-shortlog-cleanup (Tue Dec 30 22:01:44 2008 +0100) 1 commit
180
+ + builtin-shortlog.c: use string_list_append(), and don't strdup
181
+ unnecessarily
182
+
183
+* jc/maint-ls-tree (Wed Dec 31 19:00:50 2008 +0900) 2 commits
184
+ + Document git-ls-tree --full-tree
185
+ + ls-tree: add --full-tree option
186
+
187
+* js/bundle-tags (Fri Jan 2 19:08:46 2009 +0100) 1 commit
188
+ + bundle: allow rev-list options to exclude annotated tags
189
+
190
+* js/add-not-submodule (Fri Jan 2 19:08:40 2009 +0100) 1 commit
191
+ + git add: do not add files from a submodule
192
+
193
+* pb/maint-git-pm-false-dir (Mon Dec 29 01:25:00 2008 +0100) 1 commit
194
+ + Git.pm: correctly handle directory name that evaluates to "false"
195
+
196
+* pj/maint-ldflags (Sun Jan 4 21:27:41 2009 -0500) 1 commit
197
+ + configure clobbers LDFLAGS
198
+
199
+* fe/cvsserver (Fri Jan 2 16:40:14 2009 +0100) 2 commits
200
+ + cvsserver: change generation of CVS author names
201
+ + cvsserver: add option to configure commit message
202
+
203
+* js/maint-bisect-gitk (Fri Jan 2 19:08:00 2009 +0100) 1 commit
204
+ + bisect view: call gitk if Cygwin's SESSIONNAME variable is set
205
+
206
+* np/no-loosen-prune-expire-now (Tue Dec 30 14:45:11 2008 -0500) 1 commit
207
+ + objects to be pruned immediately don't have to be loosened
208
+
209
+* cb/maint-unpack-trees-absense (Thu Jan 1 21:54:33 2009 +0100) 3 commits
210
+ + unpack-trees: remove redundant path search in verify_absent
211
+ + unpack-trees: fix path search bug in verify_absent
212
+ + unpack-trees: handle failure in verify_absent
213
+
214
+* mc/cd-p-pwd (Tue Dec 30 07:10:24 2008 -0800) 1 commit
215
+ + git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on
216
+ OS X
217
+
218
+* mh/cherry-default (Thu Jan 1 22:56:29 2009 +0100) 2 commits
219
+ + Documentation: clarify which parameters are optional to git-cherry
220
+ + git-cherry: make <upstream> parameter optional
221
+
222
+----------------------------------------------------------------
223
+[Will drop]
224
+
225
+* as/commit-signoff (Mon Dec 29 12:16:45 2008 +0100) 1 commit
226
+ - [WIP] Add a commit.signoff configuration option to always use --
227
+ signoff in commit
228
+
229
+The semantics when "git commit" was used as a backend for other actions
230
+such as rebase and cherry-pick was unclear.
231
+
232
+----------------------------------------------------------------
233
+[On Hold]
234
+
235
+* jk/renamelimit (Sat May 3 13:58:42 2008 -0700) 1 commit
236
+ - diff: enable "too large a rename" warning when -M/-C is explicitly
237
+ asked for
238
+
239
+This would be the right thing to do for command line use,
240
+but gitk will be hit due to tcl/tk's limitation, so I am holding
241
+this back for now.
242
+
243
+* jc/stripspace (Sun Mar 9 00:30:35 2008 -0800) 6 commits
244
+ - git-am --forge: add Signed-off-by: line for the author
245
+ - git-am: clean-up Signed-off-by: lines
246
+ - stripspace: add --log-clean option to clean up signed-off-by:
247
+ lines
248
+ - stripspace: use parse_options()
249
+ - Add "git am -s" test
250
+ - git-am: refactor code to add signed-off-by line for the committer