What's in and cooking 2008-10 #02
Shawn O. Pearce committed
Oct 12, 2008 at 14:24 UTC
4d7c02ce6c715d29377c3895ee39433509775dc7
2 files changed
+465
whats/cooking/2008/10/02.txt
new
+337
@@ -0,0 +1,337 @@
1
+Subject: What's cooking in git/spearce.git (Oct 2008, #02; Sun, 12)
2
+X-master-at: 5c283eb13c94be6ca974aa722159dc9838d10d97
3
+X-next-at: 340fcf496c9eb7c8be7f14efdd282666a6b6a1f1
4
+
5
+What's cooking in git/spearce.git (Oct 2008, #02; Sun, 12)
6
+--------------------------------------------------
7
+
8
+Here are the topics that have been cooking. Commits prefixed
9
+with '-' are only in 'pu' while commits prefixed with '+' are
10
+in 'next'.
11
+
12
+The topics list the commits in reverse chronological order. The topics
13
+meant to be merged to the maintenance series have "maint-" in their names.
14
+
15
+gitster's back and I'm expecting he will take over from here.
16
+
17
+----------------------------------------------------------------
18
+[New Topics]
19
+
20
+* dp/checkattr (Tue Oct 7 04:16:52 2008 +0400) 2 commits
21
+ + check-attr: Add --stdin option
22
+ + check-attr: add an internal check_attr() function
23
+
24
+Batch attr lookup via --stdin, for gitk and git-gui.
25
+
26
+* mv/clonev (Thu Oct 9 01:40:32 2008 +0200) 1 commit
27
+ + Implement git clone -v
28
+
29
+Does what it says it does. This may be ready for master soon,
30
+its a pretty trivial change.
31
+
32
+* gb/refactor-pathinfo (Fri Oct 10 20:42:26 2008 +0200) 1 commit
33
+ + gitweb: refactor input parameters parse/validation
34
+
35
+A major cleanup on the way gitweb parses its input arguments.
36
+Future gitweb patches to add more arguments into the PATH_INFO
37
+depend upon this initial cleanup work.
38
+
39
+* ml/cygwin-filemode (Sun Oct 12 14:44:46 2008 -0400) 1 commit
40
+ - compat/cygwin.c - Use cygwin's stat if core.filemode == true
41
+
42
+I think another version may be coming to reuse the core.filemode
43
+parsing so this patch isn't in next yet.
44
+
45
+* sh/rebase-i-p (Wed Oct 8 01:41:57 2008 -0500) 7 commits
46
+ - rebase-i-p: if todo was reordered use HEAD as the rewritten parent
47
+ - rebase-i-p: do not include non-first-parent commits touching
48
+ UPSTREAM
49
+ - rebase-i-p: only list commits that require rewriting in todo
50
+ - rebase-i-p: fix 'no squashing merges' tripping up non-merges
51
+ - rebase-i-p: delay saving current-commit to REWRITTEN if squashing
52
+ - rebase-i-p: use HEAD for updating the ref instead of mapping
53
+ OLDHEAD
54
+ - rebase-i-p: test to exclude commits from todo based on its parents
55
+
56
+Changes the `rebase -i -p` behavior to behave like git sequencer's
57
+rewrite of `rebase -i` would behave. Its parked in pu because I
58
+have not had the time to review the series in detail. First glance
59
+looked OK to me.
60
+
61
+* js/keephardlinks (Sat Oct 11 13:45:13 2008 +0200) 1 commit
62
+ - Introduce core.keepHardLinks
63
+
64
+The value of this change is currently in question, and the commit
65
+message doesn't justify it very well.
66
+
67
+* jn/gitweb-customlinks (Sun Oct 12 00:02:32 2008 +0200) 1 commit
68
+ - gitweb: Better processing format string in custom links in navbar
69
+
70
+Waiting for some sort of response from Pasky.
71
+
72
+----------------------------------------------------------------
73
+[Graduated to "master"]
74
+
75
+* mw/sendemail (Sun Sep 28 07:51:21 2008 +0300) 10 commits
76
+ + bash completion: Add --[no-]validate to "git send-email"
77
+ + send-email: signedoffcc -> signedoffbycc, but handle both
78
+ + Docs: send-email: Create logical groupings for man text
79
+ + Docs: send-email: Create logical groupings for --help text
80
+ + Docs: send-email: Remove unnecessary config variable description
81
+ + Docs: send-email: --chain_reply_to -> --[no-]chain-reply-to
82
+ + send-email: change --no-validate to boolean --[no-]validate
83
+ + Docs: send-email: Man page option ordering
84
+ + Docs: send-email usage text much sexier
85
+ + Docs: send-email's usage text and man page mention same options
86
+
87
+* jc/add-ita (Thu Aug 21 01:44:53 2008 -0700) 1 commit
88
+ + git-add --intent-to-add (-N)
89
+
90
+* mg/verboseprune (Mon Sep 29 18:49:52 2008 +0200) 1 commit
91
+ + make prune report removed objects on -v
92
+
93
+* lt/time-reject-fractional-seconds (Sat Aug 16 21:25:40 2008 -0700) 1 commit
94
+ + date/time: do not get confused by fractional seconds
95
+
96
+* dp/cywginstat (Tue Sep 30 17:53:47 2008 +0400) 3 commits
97
+ + cygwin: Use native Win32 API for stat
98
+ + mingw: move common functionality to win32.h
99
+ + add have_git_dir() function
100
+
101
+Performance improvement for Cygwin, bypassing the Cygwin stat
102
+function and using one more like MinGW uses. Probably ready for
103
+master on the next round. Several Cygwin users have given praise
104
+to the series.
105
+
106
+* js/objc-funchdr (Wed Oct 1 00:46:34 2008 +0100) 1 commit
107
+ + Teach git diff about Objective-C syntax
108
+
109
+Adds support for Objective-C function headers.
110
+
111
+* dm/svn-branch (Sat Oct 4 19:35:17 2008 -0700) 1 commit
112
+ + Add git-svn branch to allow branch creation in SVN repositories
113
+
114
+Adds "git svn branch" to build branches remotely in SVN.
115
+
116
+* pb/gitweb (Fri Oct 3 07:41:25 2008 -0700) 7 commits
117
+ + Merge branch 'pb/gitweb-tagcloud' into pb/gitweb
118
+ + gitweb: Support for simple project search form
119
+ + gitweb: Make the by_tag filter delve in forks as well
120
+ + gitweb: Support for tag clouds
121
+ + gitweb: Add support for extending the action bar with custom links
122
+ + gitweb: Sort the list of forks on the summary page by age
123
+ + gitweb: Clean-up sorting of project list
124
+
125
+* ph/parseopt (Thu Oct 2 14:59:20 2008 +0200) 3 commits
126
+ + parse-opt: migrate builtin-merge-file.
127
+ + parse-opt: migrate git-merge-base.
128
+ + parse-opt: migrate fmt-merge-msg.
129
+
130
+* rz/grepz (Wed Oct 1 18:11:15 2008 +0200) 1 commit
131
+ + git grep: Add "-z/--null" option as in GNU's grep.
132
+
133
+* mv/merge-refresh (Fri Oct 3 15:02:31 2008 +0200) 1 commit
134
+ + builtin-merge: refresh the index before calling a strategy
135
+
136
+* bc/xdiffnl (Wed Oct 1 14:28:26 2008 -0500) 1 commit
137
+ + xdiff-interface.c: strip newline (and cr) from line before pattern
138
+ matching
139
+
140
+* jk/maint-soliconv (Fri Oct 3 02:39:36 2008 -0400) 1 commit
141
+ + Makefile: do not set NEEDS_LIBICONV for Solaris 8
142
+
143
+* sg/maint-intrebase-msghook (Fri Oct 3 11:33:20 2008 +0200) 2 commits
144
+ + rebase -i: remove leftover debugging
145
+ + rebase -i: proper prepare-commit-msg hook argument when squashing
146
+
147
+* bc/maint-stashref (Thu Oct 2 18:52:11 2008 -0500) 1 commit
148
+ + git-stash.sh: fix flawed fix of invalid ref handling (commit
149
+ da65e7c1)
150
+
151
+The latter three were merged to 'maint' first.
152
+
153
+----------------------------------------------------------------
154
+[Old New Topics]
155
+
156
+* ns/rebase-noverify (Mon Oct 6 14:14:29 2008 +0900) 1 commit
157
+ + rebase --no-verify
158
+
159
+This adds --no-verify to git rebase, to avoid the pre-rebase hook.
160
+Lacks documentation but otherwise looks sound.
161
+
162
+* mv/merge-noff (Fri Oct 3 14:04:47 2008 +0200) 1 commit
163
+ + builtin-commit: use reduce_heads() only when appropriate
164
+
165
+Fixes "git merge --no-ff --no-commit".
166
+
167
+* ae/preservemerge (Mon Sep 29 22:28:57 2008 +0200) 1 commit
168
+ + rebase: Support preserving merges in non-interactive mode
169
+
170
+* sh/maint-rebase3 (Sun Oct 5 23:26:52 2008 -0500) 1 commit
171
+ - rebase--interactive: fix parent rewriting for dropped commits
172
+
173
+A prior version of sh/rebase-i-p. This should be dropped.
174
+
175
+* pb/rename-rowin32 (Fri Oct 3 12:20:43 2008 +0200) 1 commit
176
+ - Do not rename read-only files during a push
177
+
178
+Supposedly fixes pack file renames on Windows, but it makes the
179
+test suite fail on Linux. I haven't debugged why yet. Its very
180
+likely we need a replacement patch before this can move forward.
181
+
182
+* sp/describe-lwtag (Tue Sep 30 12:03:41 2008 -0700) 1 commit
183
+ - describe: Make --tags and --all match lightweight tags more often
184
+
185
+Based on feedback from the list this needs another spin. I will
186
+post a replacement patch soon.
187
+
188
+* gb/formatpatch-autonbr (Thu Oct 2 16:55:39 2008 -0400) 1 commit
189
+ - format-patch: autonumber by default
190
+
191
+Fails the test suite; some of the test vectors need to be updated
192
+to account for the new default. Someone who cares about this
193
+change should follow through on the test suite update, or this may
194
+get dropped.
195
+
196
+* jc/merge-whitespace (Sun Feb 24 23:29:36 2008 -0800) 1 commit
197
+ . WIP: start teaching the --whitespace=fix to merge machinery
198
+
199
+This has a merge conflict with `next` and isn't even in pu right now.
200
+
201
+* jk/diff-convfilter (Sun Oct 5 17:43:45 2008 -0400) 4 commits
202
+ - diff: add filter for converting binary to text
203
+ - diff: introduce diff.<driver>.binary
204
+ - diff: unify external diff and funcname parsing code
205
+ - t4012: use test_cmp instead of cmp
206
+
207
+A general cleanup on how diff drivers are implemented. Its still
208
+missing documentation updates and tests but doesn't break anything
209
+current as far as I can tell. It needs more review before it can
210
+be slated for 'next'.
211
+
212
+----------------------------------------------------------------
213
+[Stuck Topics]
214
+
215
+* nd/narrow (Wed Oct 1 11:04:09 2008 +0700) 9 commits
216
+ - grep: skip files outside sparse checkout area
217
+ - checkout_entry(): CE_NO_CHECKOUT on checked out entries.
218
+ - Prevent diff machinery from examining worktree outside sparse
219
+ checkout
220
+ - ls-files: Add tests for --sparse and friends
221
+ - update-index: add --checkout/--no-checkout to update
222
+ CE_NO_CHECKOUT bit
223
+ - update-index: refactor mark_valid() in preparation for new options
224
+ - ls-files: add options to support sparse checkout
225
+ - Introduce CE_NO_CHECKOUT bit
226
+ - Extend index to save more flags
227
+
228
+Recently updated with a repost. I've been too swamped at day-job
229
+to actively review the series. There has been some discussion on
230
+list about it so its not stalled, but it needs more eyeballs.
231
+
232
+* gb/gitweb-pathinfo (Thu Oct 2 02:10:34 2008 +0200) 6 commits
233
+ . gitweb: generate parent..current URLs
234
+ . gitweb: parse parent..current syntax from pathinfo
235
+ . gitweb: use_pathinfo filenames start with /
236
+ . gitweb: generate project/action/hash URLs
237
+ . gitweb: refactor input parameters parse/validation
238
+ . gitweb: parse project/action/hash_base:filename PATH_INFO
239
+
240
+Still going through revisions on the git ML. Its great work and
241
+is heading in the right direction. But the discussion and patch
242
+generation rate is too high to merge the topic into next just yet.
243
+
244
+So its waiting for a re-roll of the series once discussion settles
245
+down and there is a final patch series available.
246
+
247
+----------------------------------------------------------------
248
+[Stalled -- Needs Action to Proceed (or to be dropped)]
249
+
250
+* pb/submodule (Fri Sep 12 23:09:19 2008 +0200) 1 commit
251
+ - t7400: Add short "git submodule add" testsuite
252
+
253
+Still waiting for a reroll. Should be dropped next week if we
254
+don't get one during this coming week.
255
+
256
+* bd/blame (Thu Aug 21 18:22:01 2008 -0500) 5 commits
257
+ - Use xdiff caching to improve git blame performance
258
+ - Allow xdiff machinery to cache hash results for a file
259
+ - Always initialize xpparam_t to 0
260
+ - Bypass textual patch generation and parsing in git blame
261
+ - Allow alternate "low-level" emit function from xdl_diff
262
+
263
+(jc: Réne had good comments on how the callback should be
264
+ structured.)
265
+
266
+* kb/am-directory (Fri Aug 29 15:27:50 2008 -0700) 1 commit
267
+ - git-am: Pass the --directory option through to git-apply
268
+
269
+(jc: I think this is still buggy and drops the option when am stops
270
+ with conflicts.)
271
+
272
+----------------------------------------------------------------
273
+[Will be merged to 'master/maint' soon]
274
+
275
+* pb/commit-where (Fri Oct 3 22:13:49 2008 -0400) 4 commits
276
+ + tutorial: update output of git commit
277
+ + reformat informational commit message
278
+ + git commit: Reformat output somewhat
279
+ + builtin-commit.c: show on which branch a commit was added
280
+
281
+I think this topic is settled for now.
282
+
283
+----------------------------------------------------------------
284
+[Actively Cooking]
285
+
286
+* tr/workflow-doc (Sat Sep 13 18:11:01 2008 +0200) 2 commits
287
+ + Documentation: Refer to git-rebase(1) to warn against rewriting
288
+ + Documentation: new upstream rebase recovery section in git-rebase
289
+
290
+(jc: My impression from the last round of discusson on the third
291
+ patch in this series (not queued here) was that as long as we
292
+ do not present it as "One True Workflow", the description was
293
+ a good starting point, possibly others to add other recommended
294
+ flows later.)
295
+
296
+An update came in recently, but I haven't applied it.
297
+
298
+----------------------------------------------------------------
299
+[On Hold]
300
+
301
+* jc/post-simplify (Fri Aug 15 01:34:51 2008 -0700) 2 commits
302
+ - revision --simplify-merges: incremental simplification
303
+ - revision --simplify-merges: prepare for incremental simplification
304
+
305
+(jc: I started making this incremental but the progress is not
306
+ so great.)
307
+
308
+* jc/stripspace (Sun Mar 9 00:30:35 2008 -0800) 6 commits
309
+ . git-am --forge: add Signed-off-by: line for the author
310
+ . git-am: clean-up Signed-off-by: lines
311
+ . stripspace: add --log-clean option to clean up signed-off-by:
312
+ lines
313
+ . stripspace: use parse_options()
314
+ . Add "git am -s" test
315
+ . git-am: refactor code to add signed-off-by line for the committer
316
+
317
+(jc: The one at second from the tip needs reworking.)
318
+
319
+* jc/send-pack-tell-me-more (Thu Mar 20 00:44:11 2008 -0700) 1 commit
320
+ - "git push": tellme-more protocol extension
321
+
322
+This is a great idea, but IIRC its implementation has a deadlock
323
+during communication between the peers. Someone needs to pick up
324
+this topic and resolve the deadlock before it can continue.
325
+
326
+* jc/blame (Wed Jun 4 22:58:40 2008 -0700) 2 commits
327
+ - blame: show "previous" information in --porcelain/--incremental
328
+ format
329
+ - git-blame: refactor code to emit "porcelain format" output
330
+
331
+* jk/renamelimit (Sat May 3 13:58:42 2008 -0700) 1 commit
332
+ - diff: enable "too large a rename" warning when -M/-C is explicitly
333
+ asked for
334
+
335
+(jc: This would be the right thing to do for command line use,
336
+ but gitk will be hit due to tcl/tk's limitation, so I am holding
337
+ this back for now.)
whats/in/2008/10/02.txt
new
+128
@@ -0,0 +1,128 @@
1
+Subject: What's in git/spearce.git (Oct 2008, #02; Sun, 12)
2
+X-maint-at: 72d404debaa804fca82fd9cf710fbde48c7305c6
3
+X-master-at: 5c283eb13c94be6ca974aa722159dc9838d10d97
4
+X-maint-was: e261cf94848d31868c21fb11cade51c30dfcdbe7
5
+X-master-was: 276328ffb87cefdc515bee5f09916aea6e0244ed
6
+
7
+What's in git/spearce.git (Oct 2008, #02; Sun, 12)
8
+
9
+ maint 72d404d (test-lib: fix broken printf)
10
+ master 5c283eb (Merge branch 'maint')
11
+------------------------------------------------------------------------
12
+
13
+* The 'maint' branch has these fixes since the last announcement.
14
+
15
+Brandon Casey (2):
16
+ builtin-merge.c: allocate correct amount of memory
17
+ git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)
18
+
19
+Deskin Miller (1):
20
+ git init: --bare/--shared overrides system/global config
21
+
22
+Imre Deak (1):
23
+ builtin-apply: fix typo leading to stack corruption
24
+
25
+Jeff King (2):
26
+ Makefile: do not set NEEDS_LIBICONV for Solaris 8
27
+ git apply --directory broken for new files
28
+
29
+Johannes Schindelin (2):
30
+ git rm: refresh index before up-to-date check
31
+ rebase -i: do not fail when there is no commit to cherry-pick
32
+
33
+Johannes Sixt (1):
34
+ git-push.txt: Describe --repo option in more detail
35
+
36
+Mikael Magnusson (1):
37
+ Fix a few typos in relnotes
38
+
39
+Miklos Vajna (1):
40
+ test-lib: fix color reset in say_color()
41
+
42
+Nicolas Pitre (1):
43
+ fix pread()'s short read in index-pack
44
+
45
+SZEDER Gábor (2):
46
+ rebase -i: proper prepare-commit-msg hook argument when squashing
47
+ rebase -i: remove leftover debugging
48
+
49
+Samuel Tardieu (1):
50
+ Do not use errno when pread() returns 0
51
+
52
+Shawn O. Pearce (1):
53
+ test-lib: fix broken printf
54
+
55
+
56
+* The 'master' branch has these since the last announcement
57
+ in addition to the above.
58
+
59
+Brandon Casey (4):
60
+ xdiff-interface.c: strip newline (and cr) from line before pattern
61
+ matching
62
+ Replace xmalloc/memset(0) pairs with xcalloc
63
+ t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'
64
+ Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
65
+
66
+Dmitry Potapov (4):
67
+ add have_git_dir() function
68
+ mingw: move common functionality to win32.h
69
+ cygwin: Use native Win32 API for stat
70
+ print an error message for invalid path
71
+
72
+Florian Ragwitz (1):
73
+ Add git-svn branch to allow branch creation in SVN repositories
74
+
75
+Jonathan del Strother (1):
76
+ Teach git diff about Objective-C syntax
77
+
78
+Junio C Hamano (1):
79
+ git-add --intent-to-add (-N)
80
+
81
+Linus Torvalds (1):
82
+ date/time: do not get confused by fractional seconds
83
+
84
+Matt McCutchen (1):
85
+ "git diff <tree>{3,}": do not reverse order of arguments
86
+
87
+Michael J Gruber (1):
88
+ make prune report removed objects on -v
89
+
90
+Michael Witten (9):
91
+ Docs: send-email's usage text and man page mention same options
92
+ Docs: send-email usage text much sexier
93
+ Docs: send-email: Man page option ordering
94
+ send-email: change --no-validate to boolean --[no-]validate
95
+ Docs: send-email: --chain_reply_to -> --[no-]chain-reply-to
96
+ Docs: send-email: Remove unnecessary config variable description
97
+ Docs: send-email: Create logical groupings for --help text
98
+ Docs: send-email: Create logical groupings for man text
99
+ send-email: signedoffcc -> signedoffbycc, but handle both
100
+
101
+Mike Ralphson (1):
102
+ gitweb: Sort the list of forks on the summary page by age
103
+
104
+Miklos Vajna (2):
105
+ builtin-merge: refresh the index before calling a strategy
106
+ Cleanup in sha1_file.c::cache_or_unpack_entry()
107
+
108
+Petr Baudis (5):
109
+ gitweb: Clean-up sorting of project list
110
+ gitweb: Add support for extending the action bar with custom links
111
+ gitweb: Support for tag clouds
112
+ gitweb: Make the by_tag filter delve in forks as well
113
+ gitweb: Support for simple project search form
114
+
115
+Pierre Habouzit (3):
116
+ parse-opt: migrate fmt-merge-msg.
117
+ parse-opt: migrate git-merge-base.
118
+ parse-opt: migrate builtin-merge-file.
119
+
120
+Raphael Zimmerer (1):
121
+ git grep: Add "-z/--null" option as in GNU's grep.
122
+
123
+Teemu Likonen (1):
124
+ bash completion: Add --[no-]validate to "git send-email"
125
+
126
+Thomas Rast (1):
127
+ Documentation: remove stale howto/rebase-and-edit.txt
128
+