Skip to content

Commit 2ff3538

Browse files
committed
What's in and What's cooking (Sep '08, #1)
1 parent 93457cf commit 2ff3538

File tree

2 files changed

+559
-0
lines changed

2 files changed

+559
-0
lines changed

whats/cooking/2008/09/01.txt

Lines changed: 322 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,322 @@
1+
Subject: What's cooking in git.git (Sep 2008, #01; Sat, 06)
2+
X-master-at: ec3a4ba519c0012d58584d23f407c302e7b80eb6
3+
X-next-at: d2470dbfc97c972e54913e3d3c622118526c9cc2
4+
5+
What's cooking in git.git (Sep 2008, #01; Sat, 06)
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+
----------------------------------------------------------------
16+
[New Topics]
17+
18+
* np/pack (Tue Sep 2 10:22:22 2008 -0400) 4 commits
19+
+ t5300: improve SHA1 collision test
20+
+ pack-objects: don't include missing preferred base objects
21+
+ sha1write: don't copy full sized buffers
22+
+ Merge branch 'np/maint-safer-pack' into np/pack
23+
24+
* ho/dirstat-by-file (Fri Sep 5 22:27:35 2008 +0300) 1 commit
25+
+ diff --dirstat-by-file: count changed files, not lines
26+
27+
* bw/shortref (Fri Sep 5 23:16:23 2008 +0200) 1 commit
28+
- for-each-ref: `:short` format for `refname`
29+
30+
* jc/safe-c-l-d (Tue Sep 2 14:10:15 2008 -0700) 1 commit
31+
+ safe_create_leading_directories(): make it about "leading"
32+
directories
33+
34+
* jc/setlinebuf-setvbuf (Wed Sep 3 20:33:29 2008 -0700) 1 commit
35+
+ daemon.c: avoid setlinebuf()
36+
37+
* jc/maint-diff-quiet (Mon Sep 1 23:20:26 2008 -0700) 2 commits
38+
+ diff --quiet: make it synonym to --exit-code >/dev/null
39+
+ diff Porcelain: do not disable auto index refreshing on -C -C
40+
41+
* jc/apply-include-exclude (Mon Aug 25 01:05:31 2008 -0700) 1 commit
42+
- git-apply:--include=pathspec
43+
44+
* rs/decorate (Thu Sep 4 23:40:03 2008 +0200) 3 commits
45+
+ add '%d' pretty format specifier to show decoration
46+
+ move load_ref_decorations() to log-tree.c and export it
47+
+ log: add load_ref_decorations()
48+
49+
* pb/commit-where (Fri Sep 5 19:13:05 2008 +0200) 1 commit
50+
- Builtin-commit: show on which branch a commit was added
51+
52+
----------------------------------------------------------------
53+
[Graduated to "master"]
54+
55+
* np/safer-pack (Fri Aug 29 16:08:02 2008 -0400) 5 commits
56+
+ fixup_pack_header_footer(): use nicely aligned buffer sizes
57+
+ index-pack: use fixup_pack_header_footer()'s validation mode
58+
+ pack-objects: use fixup_pack_header_footer()'s validation mode
59+
+ improve reliability of fixup_pack_header_footer()
60+
+ pack-objects: improve returned information from write_one()
61+
62+
* rf/man-env (Fri Aug 29 17:00:43 2008 +0200) 1 commit
63+
+ builtin-help: fallback to GIT_MAN_VIEWER before man
64+
65+
* ho/dashless (Sun Aug 31 09:39:19 2008 -0700) 2 commits
66+
+ 'git foo' program identifies itself without dash in die() messages
67+
+ Start conforming code to "git subcmd" style
68+
69+
* jc/author-nickname (Tue Aug 26 23:13:13 2008 -0700) 1 commit
70+
+ git commit --author=$name: look $name up in existing commits
71+
72+
* dp/pid-uintmax (Sun Aug 31 14:09:39 2008 +0200) 1 commit
73+
+ cast pid_t's to uintmax_t to improve portability
74+
75+
* nd/worktree (Sat Aug 30 16:15:32 2008 +0700) 5 commits
76+
- setup_git_directory(): fix move to worktree toplevel directory
77+
- update-index: fix worktree setup
78+
+ read-tree: setup worktree if merge is required
79+
+ grep: fix worktree setup
80+
+ diff*: fix worktree setup
81+
82+
The last two fail test suite.
83+
84+
* tr/filter-branch (Sun Aug 31 10:41:01 2008 -0700) 14 commits
85+
+ Merge branch 'tr/rev-list-docs' into tr/filter-branch
86+
+ Merge branch 'jc/post-simplify' (early part) into tr/filter-branch
87+
+ revision --simplify-merges: make it a no-op without pathspec
88+
+ revision --simplify-merges: do not leave commits unprocessed
89+
+ revision --simplify-merges: use decoration instead of commit->util
90+
field
91+
+ Documentation: rev-list-options: move --simplify-merges
92+
documentation
93+
+ Merge branch 'jc/post-simplify' into tr/rev-list-docs
94+
+ filter-branch: use --simplify-merges
95+
+ Merge branch 'jc/post-simplify' into tr/filter-branch
96+
+ filter-branch: fix ref rewriting with --subdirectory-filter
97+
+ filter-branch: Extend test to show rewriting bug
98+
+ Topo-sort before --simplify-merges
99+
+ revision traversal: show full history with merge simplification
100+
+ revision.c: whitespace fix
101+
102+
This now merges up all (and only) the necessary pieces from the
103+
post-simplify topic and the documentation updates, ready to be merged to
104+
"master".
105+
106+
----------------------------------------------------------------
107+
[Stalled -- Needs Action to Proceed (or to be dropped)]
108+
109+
* bd/blame (Thu Aug 21 18:22:01 2008 -0500) 5 commits
110+
- Use xdiff caching to improve git blame performance
111+
- Allow xdiff machinery to cache hash results for a file
112+
- Always initialize xpparam_t to 0
113+
- Bypass textual patch generation and parsing in git blame
114+
- Allow alternate "low-level" emit function from xdl_diff
115+
116+
Réne had good comments on how the callback should be structured.
117+
118+
* kb/am-directory (Fri Aug 29 15:27:50 2008 -0700) 1 commit
119+
- git-am: Pass the --directory option through to git-apply
120+
121+
----------------------------------------------------------------
122+
[Will be merged to "master" soon]
123+
124+
* jc/hide-cr-in-diff-from-less (Wed Aug 27 19:48:01 2008 -0700) 1 commit
125+
+ diff: Help "less" hide ^M from the output
126+
127+
* jc/maint-checkout-fix (Fri Aug 29 13:40:36 2008 -0700) 1 commit
128+
+ checkout: do not check out unmerged higher stages randomly
129+
130+
This is the same one as the bottom of "better conflict resolution" series;
131+
it is a bugfix meant to be applied on 'maint'.
132+
133+
* jc/cc-ld-dynpath (Sat Aug 16 15:01:23 2008 +0200) 2 commits
134+
+ configure: auto detect dynamic library path switches
135+
+ Makefile: Allow CC_LD_DYNPATH to be overriden
136+
137+
I decided to push this forward; it might break minority configurations,
138+
but it appears nobody pays attention until it actually hurts, so let's see
139+
what happens when this hits 'master'.
140+
141+
* ar/autospell (Sun Aug 31 15:54:58 2008 +0200) 2 commits
142+
+ Add help.autocorrect to enable/disable autocorrecting
143+
+ git wrapper: DWIM mistyped commands
144+
145+
----------------------------------------------------------------
146+
[Actively Cooking]
147+
148+
* tr/rev-list-reverse (Mon Sep 1 00:31:37 2008 +0200) 2 commits
149+
+ t6013: replace use of 'tac' with equivalent Perl
150+
+ rev-list: fix --reverse interaction with --parents
151+
152+
* jc/better-conflict-resolution (Thu Sep 4 23:48:48 2008 +0200) 16 commits
153+
+ Fix AsciiDoc errors in merge documentation
154+
+ git-merge documentation: describe how conflict is presented
155+
+ checkout --conflict=<style>: recreate merge in a non-default style
156+
+ checkout -m: recreate merge when checking out of unmerged index
157+
+ Merge branch 'jc/maint-checkout-fix' into 'jc/better-conflict-
158+
resolution'
159+
+ git-merge-recursive: learn to honor merge.conflictstyle
160+
+ merge.conflictstyle: choose between "merge" and "diff3 -m" styles
161+
+ rerere: understand "diff3 -m" style conflicts with the original
162+
+ rerere.c: use symbolic constants to keep track of parsing states
163+
+ xmerge.c: "diff3 -m" style clips merge reduction level to EAGER or
164+
less
165+
+ xmerge.c: minimum readability fixups
166+
+ xdiff-merge: optionally show conflicts in "diff3 -m" style
167+
+ xdl_fill_merge_buffer(): separate out a too deeply nested function
168+
+ checkout --ours/--theirs: allow checking out one side of a
169+
conflicting merge
170+
+ checkout -f: allow ignoring unmerged paths when checking out of
171+
the index
172+
+ checkout: do not check out unmerged higher stages randomly
173+
174+
* lt/time-reject-fractional-seconds (Sat Aug 16 21:25:40 2008 -0700) 1 commit
175+
+ date/time: do not get confused by fractional seconds
176+
177+
* jc/maint-name-hash-clear (Sat Aug 23 13:05:10 2008 -0700) 1 commit
178+
+ discard_cache: reset lazy name_hash bit
179+
180+
I spotted this by accident while working on something unrelated.
181+
182+
When a program calls discard_cache() to read the index again, we do not
183+
properly re-initialize the name_hash structure that is used by the case
184+
insensitivitly logic. This _might_ improve issues people may be having on
185+
case insensitive filesystems. I dunno.
186+
187+
* jc/add-ita (Thu Aug 21 01:44:53 2008 -0700) 1 commit
188+
+ git-add --intent-to-add (-N)
189+
190+
Teaches "git add" to record only the intent to add a path later.
191+
I rerolled this without the fake empty blob object.
192+
193+
* cc/bisect (Sat Sep 6 07:27:03 2008 +0200) 3 commits
194+
+ bisect: remove "checkout_done" variable used when checking merge
195+
bases
196+
+ bisect: only check merge bases when needed
197+
+ bisect: test merge base if good rev is not an ancestor of bad rev
198+
199+
* mv/merge-recursive (Sat Sep 6 18:29:49 2008 +0200) 11 commits
200+
+ builtin-merge: release the lockfile in try_merge_strategy()
201+
+ merge-recursive: get rid of virtual_id
202+
+ merge-recursive: move current_{file,directory}_set to struct
203+
merge_options
204+
+ merge-recursive: move the global obuf to struct merge_options
205+
+ merge-recursive: get rid of the index_only global variable
206+
+ merge-recursive: move call_depth to struct merge_options
207+
+ cherry-pick/revert: make direct internal call to merge_tree()
208+
+ builtin-merge: avoid run_command_v_opt() for recursive and subtree
209+
+ merge-recursive: introduce merge_options
210+
+ merge-recursive.c: Add more generic merge_recursive_generic()
211+
+ Split out merge_recursive() to merge-recursive.c
212+
213+
* jc/diff-prefix (Mon Aug 18 20:08:09 2008 -0700) 1 commit
214+
+ diff: vary default prefix depending on what are compared
215+
216+
As some people may have noticed, I've been running with this one when
217+
sending out "How about this" patches to the discussion threads.
218+
219+
* jc/post-simplify (Fri Aug 15 01:34:51 2008 -0700) 2 commits
220+
- revision --simplify-merges: incremental simplification
221+
- revision --simplify-merges: prepare for incremental simplification
222+
223+
I started making this incremental but the progress is not so great.
224+
225+
----------------------------------------------------------------
226+
[On Hold]
227+
228+
* dk/emacs (Tue Aug 26 22:24:40 2008 -0500) 2 commits
229+
- Teach git.el to mark/unmark files by regexp
230+
- git.el: Diff only file at point by default
231+
232+
These are still queued but Alexandre had improvement requests so these
233+
will likely be dropped.
234+
235+
* jc/stripspace (Sun Mar 9 00:30:35 2008 -0800) 6 commits
236+
- git-am --forge: add Signed-off-by: line for the author
237+
- git-am: clean-up Signed-off-by: lines
238+
- stripspace: add --log-clean option to clean up signed-off-by:
239+
lines
240+
- stripspace: use parse_options()
241+
- Add "git am -s" test
242+
- git-am: refactor code to add signed-off-by line for the committer
243+
244+
The one at second from the tip needs reworking.
245+
246+
* jc/send-pack-tell-me-more (Thu Mar 20 00:44:11 2008 -0700) 1 commit
247+
- "git push": tellme-more protocol extension
248+
249+
* jc/merge-whitespace (Sun Feb 24 23:29:36 2008 -0800) 1 commit
250+
- WIP: start teaching the --whitespace=fix to merge machinery
251+
252+
* jc/blame (Wed Jun 4 22:58:40 2008 -0700) 2 commits
253+
- blame: show "previous" information in --porcelain/--incremental
254+
format
255+
- git-blame: refactor code to emit "porcelain format" output
256+
257+
* sg/merge-options (Sun Apr 6 03:23:47 2008 +0200) 1 commit
258+
+ merge: remove deprecated summary and diffstat options and config
259+
variables
260+
261+
This was previously in "will be in master soon" category, but it turns out
262+
that the synonyms to the ones this one deletes are fairly new invention
263+
that happend in 1.5.6 timeframe, and we cannot do this just yet. Perhaps
264+
in 1.7.0, but with the loud whining about moving git-foo out of $PATH we
265+
have been hearing, it might not be a bad idea to drop this.
266+
267+
* jk/renamelimit (Sat May 3 13:58:42 2008 -0700) 1 commit
268+
- diff: enable "too large a rename" warning when -M/-C is explicitly
269+
asked for
270+
271+
This would be the right thing to do for command line use, but gitk will be
272+
hit due to tcl/tk's limitation, so I am holding this back for now.
273+
274+
----------------------------------------------------------------
275+
[Graduated to "master"]
276+
277+
* np/safer-pack (Fri Aug 29 16:08:02 2008 -0400) 5 commits
278+
+ fixup_pack_header_footer(): use nicely aligned buffer sizes
279+
+ index-pack: use fixup_pack_header_footer()'s validation mode
280+
+ pack-objects: use fixup_pack_header_footer()'s validation mode
281+
+ improve reliability of fixup_pack_header_footer()
282+
+ pack-objects: improve returned information from write_one()
283+
284+
* rf/man-env (Fri Aug 29 17:00:43 2008 +0200) 1 commit
285+
+ builtin-help: fallback to GIT_MAN_VIEWER before man
286+
287+
* ho/dashless (Sun Aug 31 09:39:19 2008 -0700) 2 commits
288+
+ 'git foo' program identifies itself without dash in die() messages
289+
+ Start conforming code to "git subcmd" style
290+
291+
* jc/author-nickname (Tue Aug 26 23:13:13 2008 -0700) 1 commit
292+
+ git commit --author=$name: look $name up in existing commits
293+
294+
* dp/pid-uintmax (Sun Aug 31 14:09:39 2008 +0200) 1 commit
295+
+ cast pid_t's to uintmax_t to improve portability
296+
297+
* nd/worktree (Sat Aug 30 16:15:32 2008 +0700) 5 commits
298+
- setup_git_directory(): fix move to worktree toplevel directory
299+
- update-index: fix worktree setup
300+
+ read-tree: setup worktree if merge is required
301+
+ grep: fix worktree setup
302+
+ diff*: fix worktree setup
303+
304+
The last two fail test suite.
305+
306+
* tr/filter-branch (Sun Aug 31 10:41:01 2008 -0700) 14 commits
307+
+ Merge branch 'tr/rev-list-docs' into tr/filter-branch
308+
+ Merge branch 'jc/post-simplify' (early part) into tr/filter-branch
309+
+ revision --simplify-merges: make it a no-op without pathspec
310+
+ revision --simplify-merges: do not leave commits unprocessed
311+
+ revision --simplify-merges: use decoration instead of commit->util
312+
field
313+
+ Documentation: rev-list-options: move --simplify-merges
314+
documentation
315+
+ Merge branch 'jc/post-simplify' into tr/rev-list-docs
316+
+ filter-branch: use --simplify-merges
317+
+ Merge branch 'jc/post-simplify' into tr/filter-branch
318+
+ filter-branch: fix ref rewriting with --subdirectory-filter
319+
+ filter-branch: Extend test to show rewriting bug
320+
+ Topo-sort before --simplify-merges
321+
+ revision traversal: show full history with merge simplification
322+
+ revision.c: whitespace fix

0 commit comments

Comments
 (0)