What's in and What's cooking (Sep '08, #1)

Junio C Hamano committed Sep 6, 2008 at 20:44 UTC 2ff35385b99998d199679ff57adf8b10292b9a84
2 files changed +559
whats/cooking/2008/09/01.txt new
+322
@@ -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
whats/in/2008/09/01.txt new
+237
@@ -0,0 +1,237 @@
1 +Subject: What's in git.git (Sep 2008, #01; Sat, 06)
2 +X-maint-at: aaefbfa66c348a461b3081873ef42819c8b38dac
3 +X-master-at: ec3a4ba519c0012d58584d23f407c302e7b80eb6
4 +X-maint-was: c67b1fa349cc7b4341b32b9ef1c58a3821ce0830
5 +X-master-was: a1184d85e8752658f02746982822f43f32316803
6 +
7 +What's in git.git (Sep 2008, #01; Sat, 06)
8 +
9 + maint aaefbfa (Update draft release notes for 1.6.0.2)
10 + master ec3a4ba (Update draft release notes for 1.6.1)
11 +------------------------------------------------------------------------
12 +
13 +Quite a many minor fixes appeared on 'maint'. 1.6.0.2 needs to happen
14 +soon. Any favorite fixes (not feature enhancements) not on the list here?
15 +
16 +On the 'master' front, gitk, git-gui and git-svn subsystems had moderate
17 +amount of updates. Among other things:
18 +
19 + - From gitk you can ask git-gui to show blame, and from git-gui's blame
20 + you can ask gitk to show the commit and history;
21 +
22 + - "log --simplify-merges";
23 +
24 + - "commit --author=$name" does not require "A U Thor <author@email.xz>"
25 + in full; abbreviated request will look for a matching one in the
26 + existing history;
27 +
28 + - "pack-objects" is safer against disc corruption;
29 +
30 +
31 +
32 +* The 'maint' branch has these fixes since the last announcement.
33 +
34 +Alex Riesen (1):
35 + Fix use of hardlinks in "make install"
36 +
37 +Alexander Gavrilov (1):
38 + git-gui: Fix string escaping in po2msg.sh
39 +
40 +Alexandre Bourget (2):
41 + git-gui: Update french translation
42 + git-gui: update all remaining translations to French.
43 +
44 +Andreas Färber (1):
45 + Makefile: always provide a fallback when hardlinks fail
46 +
47 +Ask Bjørn Hansen (1):
48 + Document sendemail.envelopesender configuration
49 +
50 +Björn Steinbrink (1):
51 + for-each-ref: Allow a trailing slash in the patterns
52 +
53 +Clemens Buchacher (2):
54 + git gui: show diffs with a minimum of 1 context line
55 + clone: fix creation of explicitly named target directory
56 +
57 +Gustaf Hendeby (1):
58 + Document clarification: gitmodules, gitattributes
59 +
60 +Heikki Orsila (2):
61 + Start conforming code to "git subcmd" style
62 + Improve documentation for --dirstat diff option
63 +
64 +Jeff King (2):
65 + pretty=format: respect date format options
66 + checkout: fix message when leaving detached HEAD
67 +
68 +Johan Herland (1):
69 + Bring local clone's origin URL in line with that of a remote clone
70 +
71 +Jonas Fonseca (1):
72 + Fix passwd(5) ref and reflect that commit doens't use commit-tree
73 +
74 +Junio C Hamano (11):
75 + shell: do not play duplicated definition games to shrink the executable
76 + Fix example in git-name-rev documentation
77 + git-apply: Loosen "match_beginning" logic
78 + gitattributes: -crlf is not binary
79 + 'git foo' program identifies itself without dash in die() messages
80 + Start 1.6.0.2 maintenance cycle
81 + diff --cumulative is a sub-option of --dirstat
82 + "blame -c" should be compatible with "annotate"
83 + Mention the fact that 'git annotate' is only for backward compatibility.
84 + stash: refresh the index before deciding if the work tree is dirty
85 + Update draft release notes for 1.6.0.2
86 +
87 +Linus Torvalds (1):
88 + Fix '--dirstat' with cross-directory renaming
89 +
90 +Miklos Vajna (1):
91 + Makefile: add merge_recursive.h to LIB_H
92 +
93 +Nanako Shiraishi (4):
94 + tests: use "git xyzzy" form (t0000 - t3599)
95 + tests: use "git xyzzy" form (t3600 - t6999)
96 + tests: use "git xyzzy" form (t7000 - t7199)
97 + tests: use "git xyzzy" form (t7200 - t9001)
98 +
99 +Nguyễn Thái Ngọc Duy (5):
100 + diff*: fix worktree setup
101 + grep: fix worktree setup
102 + read-tree: setup worktree if merge is required
103 + update-index: fix worktree setup
104 + setup_git_directory(): fix move to worktree toplevel directory
105 +
106 +Nicolas Pitre (2):
107 + discard revindex data when pack list changes
108 + improve handling of sideband message display
109 +
110 +Paolo Bonzini (1):
111 + make git-shell paranoid about closed stdin/stdout/stderr
112 +
113 +Paolo Ciarrocchi (1):
114 + tutorial: gentler illustration of Alice/Bob workflow using gitk
115 +
116 +Petr Baudis (1):
117 + bash completion: Hide more plumbing commands
118 +
119 +SZEDER Gábor (3):
120 + Documentation: fix reference to a for-each-ref option
121 + Documentation: fix disappeared lines in 'git stash' manpage
122 + Documentation: minor cleanup in a use case in 'git stash' manual
123 +
124 +Shawn O. Pearce (2):
125 + pack-objects: Allow missing base objects when creating thin packs
126 + git-gui: Fix diff parsing for lines starting with "--" or "++"
127 +
128 +Teemu Likonen (1):
129 + config.txt: Add missing colons after option name
130 +
131 +Yann Dirson (1):
132 + Document gitk --argscmd flag.
133 +
134 +
135 +* The 'master' branch has these since the last announcement
136 + in addition to the above.
137 +
138 +Alex Riesen (5):
139 + Remove calculation of the longest command name from where it is not used
140 + Remove useless memset of static command name lists in builtin-merge.c
141 + Make main_cmds and other_cmds local to builtin-help.c
142 + Allow git help work without PATH set
143 + list_commands: only call git_exec_path if it is needed
144 +
145 +Alexander Gavrilov (14):
146 + git-gui: Support starting gitk from Gui Blame
147 + git-gui: Support passing blame to a parent commit.
148 + git-gui: Better positioning in Blame Parent Commit
149 + git-gui: Allow specifying an initial line for git gui blame.
150 + gitk: Add option to specify the default commit on command line
151 + gitk: Add menu item for calling git gui blame
152 + git-gui: Support resolving conflicts via the diff context menu.
153 + git-gui: Support calling merge tools.
154 + git-gui: Don't allow staging files with conflicts.
155 + git-gui: Support more merge tools.
156 + git-gui: Support conflict states _U & UT.
157 + git-gui: Reimplement and enhance auto-selection of diffs.
158 + git-gui: Make F5 reselect a diff, if an untracked file is selected.
159 + git-gui: Show special diffs for complex conflict cases.
160 +
161 +Brandon Casey (1):
162 + dir.c: Avoid c99 array initialization
163 +
164 +Christian Stimming (1):
165 + git-gui: Mark forgotten strings for translation.
166 +
167 +David Soria Parra (1):
168 + cast pid_t's to uintmax_t to improve portability
169 +
170 +Eric Wong (2):
171 + git-svn: check error code of send_txstream
172 + t9124: clean up chdir usage
173 +
174 +Florian Weimer (3):
175 + git-svn: extract base blob in generate_diff
176 + git-svn: Introduce SVN::Git::Editor::_chg_file_get_blob
177 + git-svn: Send deltas during commits
178 +
179 +Giuseppe Bilotta (1):
180 + gitweb: ref markers link to named shortlogs
181 +
182 +Gustaf Hendeby (1):
183 + git-gui: Teach git gui about file type changes
184 +
185 +Junio C Hamano (11):
186 + revision.c: whitespace fix
187 + revision traversal: show full history with merge simplification
188 + Topo-sort before --simplify-merges
189 + revision --simplify-merges: use decoration instead of commit->util field
190 + revision --simplify-merges: do not leave commits unprocessed
191 + revision --simplify-merges: make it a no-op without pathspec
192 + daemon.c: minor style fixup
193 + git commit --author=$name: look $name up in existing commits
194 + Update draft release notes for 1.6.1
195 + log --author/--committer: really match only with name part
196 + Update draft release notes for 1.6.1
197 +
198 +Matthias Kestenholz (1):
199 + bash-completion: Add all submodule subcommands to the completion list
200 +
201 +Nicolas Pitre (5):
202 + pack-objects: improve returned information from write_one()
203 + improve reliability of fixup_pack_header_footer()
204 + pack-objects: use fixup_pack_header_footer()'s validation mode
205 + index-pack: use fixup_pack_header_footer()'s validation mode
206 + fixup_pack_header_footer(): use nicely aligned buffer sizes
207 +
208 +Paul Talacko (1):
209 + git-svn: set auto_props when renaming files
210 +
211 +Romain Francoise (1):
212 + builtin-help: fallback to GIT_MAN_VIEWER before man
213 +
214 +Stephen R. van den Berg (4):
215 + git-daemon: call logerror() instead of error()
216 + git-daemon: use LOG_PID, simplify logging code
217 + git-daemon: Simplify dead-children reaping logic
218 + git-daemon: rewrite kindergarden, new option --max-connections
219 +
220 +Thomas Rast (13):
221 + filter-branch: Extend test to show rewriting bug
222 + filter-branch: fix ref rewriting with --subdirectory-filter
223 + filter-branch: use --simplify-merges
224 + Documentation: rev-list-options: move --simplify-merges documentation
225 + git svn: catch lack of upstream info for dcommit earlier
226 + git svn info: tests: let 'init' test run with SVN 1.5
227 + git svn info: tests: do not use set -e
228 + git svn info: tests: use test_cmp instead of git-diff
229 + git svn info: tests: fix ptouch argument order in setup
230 + git svn info: make info relative to the current directory
231 + git svn info: always quote URLs in 'info' output
232 + git-svn: match SVN 1.5 behaviour of info' on unknown item
233 + git-svn: fix 'info' tests for unknown items
234 +
235 +Tor Arvid Lund (1):
236 + git-p4: Fix checkout bug when using --import-local.
237 +