What's cooking (2010/04 #03)

Junio C Hamano committed Apr 7, 2010 at 16:59 UTC 6425bf2e3556f515a9f1bffef376732a0933f170
1 file changed +173 -262
whats-cooking.txt
+173 -262
@@ -1,9 +1,9 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Apr 2010, #02; Sun, 04)
3 -X-master-at: 11766ca4a89ba960271e94281463d1b44654ca3b
4 -X-next-at: c303c1b3242eaacf3f3c56ba3a93a3eba1aeb693
2 +Subject: What's cooking in git.git (Apr 2010, #03; Wed, 07)
3 +X-master-at: 02125bcc41aed022ddcb5955935726e50d89b60e
4 +X-next-at: 8b27e1648dab6f72ab9c25c9887380e679b5421d
5
6 -What's cooking in git.git (Apr 2010, #02; Sun, 04)
6 +What's cooking in git.git (Apr 2010, #03; Wed, 07)
7 --------------------------------------------------
8
9 Here are the topics that have been cooking. Commits prefixed with '-' are
@@ -14,118 +14,103 @@ still holding onto them.
14 --------------------------------------------------
15 [Graduated to "master"]
16
17 -* mg/mailmap-update (2010-03-19) 1 commit
18 - (merged to 'next' on 2010-03-28 at 8ac3436)
19 - + .mailmap: Entries for Alex Bennée, Deskin Miller, Vitaly "_Vi" Shukela
20 -
21 -* mg/maint-send-email-lazy-editor (2010-03-22) 1 commit
22 - (merged to 'next' on 2010-03-28 at 7e8e58e)
23 - + send-email: lazily assign editor variable
24 -
25 -* mg/use-default-abbrev-length-in-rev-list (2010-03-22) 1 commit
26 - (merged to 'next' on 2010-03-28 at d3e9f04)
27 - + rev-list: use default abbrev length when abbrev-commit is in effect
28 -
29 -* rb/maint-python-path (2010-03-21) 1 commit
30 - (merged to 'next' on 2010-03-28 at 58ba409)
31 - + Correct references to /usr/bin/python which does not exist on FreeBSD
32 -
33 -* rr/imap-send-unconfuse-from-line (2010-03-22) 1 commit
34 - (merged to 'next' on 2010-03-28 at fbedd77)
35 - + imap-send: Remove limitation on message body
36 -
37 -* sp/maint-http-backend-die-triggers-die-recursively (2010-03-22) 1 commit
38 - (merged to 'next' on 2010-03-28 at bf02879)
39 - + http-backend: Don't infinite loop during die()
40 -
41 -* bc/t5505-fix (2010-03-19) 3 commits
42 - (merged to 'next' on 2010-03-28 at 1b097af)
43 - + t/t5505-remote.sh: escape * to prevent interpretation by shell as glob
44 - + t5505: add missing &&
45 - + t5505: remove unnecessary subshell invocations
46 -
47 -* bw/template-tool-buildconfig (2010-03-20) 2 commits
48 - (merged to 'next' on 2010-03-28 at 1e6fd8d)
49 - + Modernize git calling conventions in hook templates
50 - + Make templates honour SHELL_PATH and PERL_PATH
51 -
52 -* mb/rebase-i-no-ff (2010-03-24) 1 commit
53 - (merged to 'next' on 2010-03-28 at b2c54cb)
54 - + Teach rebase the --no-ff option.
55 -
56 -* jn/merge-diff3-label (2010-03-20) 14 commits
57 - (merged to 'next' on 2010-03-20 at 26f1805)
58 - + merge-recursive: add a label for ancestor
59 - + cherry-pick, revert: add a label for ancestor
60 - + revert: clarify label on conflict hunks
61 - + compat: add mempcpy()
62 - + checkout -m --conflict=diff3: add a label for ancestor
63 - + merge_trees(): add ancestor label parameter for diff3-style output
64 - + merge_file(): add comment explaining behavior wrt conflict style
65 - + checkout --conflict=diff3: add a label for ancestor
66 - + ll_merge(): add ancestor label parameter for diff3-style output
67 - + merge-file --diff3: add a label for ancestor
68 - + xdl_merge(): move file1 and file2 labels to xmparam structure
69 - + xdl_merge(): add optional ancestor label to diff3-style output
70 - + tests: document cherry-pick behavior in face of conflicts
71 - + tests: document format of conflicts from checkout -m
72 - (this branch is used by cc/revert-strategy.)
73 -
74 -* do/rebase-i-arbitrary (2010-03-14) 1 commit
75 - (merged to 'next' on 2010-03-28 at 5ba9970)
76 - + rebase--interactive: don't require what's rebased to be a branch
77 -
78 -* ja/send-email-ehlo (2010-03-14) 3 commits
79 - (merged to 'next' on 2010-03-28 at 00964a8)
80 - + git-send-email.perl - try to give real name of the calling host to HELO/EHLO
81 - + git-send-email.perl: add option --smtp-debug
82 - + git-send-email.perl: improve error message in send_message()
83 -
84 -* ak/everyday-git (2009-10-21) 1 commit
85 - (merged to 'next' on 2010-03-28 at ae67548)
86 - + everyday: fsck and gc are not everyday operations
87 -
88 -* bc/acl-test (2010-03-15) 5 commits
89 - (merged to 'next' on 2010-03-28 at b40fa09)
90 - + t/t1304: make a second colon optional in the mask ACL check
91 - + t/t1304: set the ACL effective rights mask
92 - + t/t1304: use 'test -r' to test readability rather than looking at mode bits
93 - + t/t1304: set the Default ACL base entries
94 - + t/t1304: avoid -d option to setfacl
95 -
96 -* bc/maint-daemon-sans-ss-family (2010-03-15) 1 commit
97 - (merged to 'next' on 2010-03-28 at 305ad0b)
98 - + daemon.c: avoid accessing ss_family member of struct sockaddr_storage
99 -
100 -* ef/cherry-abbrev (2010-03-20) 2 commits
101 - (merged to 'next' on 2010-03-28 at eb3825c)
102 - + ls: remove redundant logic
103 - + cherry: support --abbrev option
104 -
105 -* gh/maint-stash-show-error-message (2010-03-16) 1 commit
106 - (merged to 'next' on 2010-03-28 at 61a5643)
107 - + Improve error messages from 'git stash show'
108 -
109 -* rs/threaded-grep-context (2010-03-15) 1 commit
110 - (merged to 'next' on 2010-03-28 at 1934af1)
111 - + grep: enable threading for context line printing
17 +* sg/bash-completion (2010-02-23) 4 commits
18 + (merged to 'next' on 2010-03-08 at bc59860)
19 + + bash: completion for gitk aliases
20 + + bash: support user-supplied completion scripts for aliases
21 + + bash: support user-supplied completion scripts for user's git commands
22 + + bash: improve aliased command recognition
23
113 ---------------------------------------------------
114 -[New Topics]
24 +Nobody seems to care about "_git_frotz" that may potentially crash with
25 +whatever random things the end users is doing in their environment, and
26 +renaming them to "_git_complete_frotz" to avoid that. So let's not worry
27 +about that.
28
116 -* mh/status-optionally-refresh (2010-04-03) 3 commits
117 - - t7508: add a test for "git status" in a read-only repository
118 - - git status: refresh the index if possible
119 - - t7508: add test for "git status" refreshing the index
29 +* ic/bash-completion-rpm (2010-03-26) 1 commit
30 + (merged to 'next' on 2010-04-02 at 0358304)
31 + + RPM spec: include bash completion support
32 +
33 +* da/maint-python-startup (2010-03-27) 1 commit
34 + (merged to 'next' on 2010-04-01 at ca6897a)
35 + + Makefile: Remove usage of deprecated Python "has_key" method
36 +
37 +* jc/conflict-marker-size (2010-03-24) 1 commit
38 + (merged to 'next' on 2010-04-01 at 164b1f4)
39 + + diff --check: honor conflict-marker-size attribute
40 +
41 +* sb/fmt-merge-msg (2010-03-24) 7 commits
42 + (merged to 'next' on 2010-04-01 at 5fcbec5)
43 + + fmt-merge-msg: hide summary option
44 + + fmt-merge-msg: remove custom string_list implementation
45 + + string-list: add unsorted_string_list_lookup()
46 + + fmt-merge-msg: use pretty.c routines
47 + + t6200: test fmt-merge-msg more
48 + + t6200: modernize with test_tick
49 + + fmt-merge-msg: be quiet if nothing to merge
50 + (this branch is used by jp/hold-sring-list-sanity.)
51 +
52 +* ef/maint-empty-commit-log (2010-03-21) 1 commit
53 + (merged to 'next' on 2010-03-28 at aa103e5)
54 + + rev-list: fix --pretty=oneline with empty message
55
56 * jn/mailinfo-scissors (2010-04-03) 1 commit
122 - - Teach mailinfo %< as an alternative scissors mark
57 + (merged to 'next' on 2010-04-05 at 366435a)
58 + + Teach mailinfo %< as an alternative scissors mark
59
124 -* tr/word-diff (2010-04-04) 2 commits
125 - - gitk: add the equivalent of diff --color-words
126 - - diff: add --word-diff option that generalizes --color-words
60 +* mg/notes-reflog (2010-03-29) 2 commits
61 + (merged to 'next' on 2010-04-06 at 1b8066f)
62 + + refs.c: Write reflogs for notes just like for branch heads
63 + + t3301-notes: Test the creation of reflog entries
64 +
65 +--------------------------------------------------
66 +[New Topics]
67
128 -The tip "gitk" one I'd prefer to wait until we get Ack from Paulus.
68 +* eb/unpretty-b-format (2010-03-24) 1 commit
69 + (merged to 'next' on 2010-04-07 at 7f5c112)
70 + + Add `%B' in format strings for raw commit body in `git log' and friends
71 +
72 +* ne/rev-cache (2010-04-05) 7 commits
73 + - graft awareness
74 + - object name support
75 + - integration into revision walker
76 + - administrative api and tools
77 + - support for non-commit objects
78 + - basic api and porcelain
79 + - man page and technical docs
80 +
81 +For some reason this was extremely hard to read, partly because it had too
82 +many distracting style violations and too many long lines. I'll start
83 +reading it later in the week when I find time to comment.
84 +
85 +* jp/hold-sring-list-sanity (2010-04-06) 6 commits
86 + . string_list: Fix argument order for string_list_append
87 + . string_list: Fix argument order for string_list_lookup
88 + . string_list: Fix argument order for string_list_insert_at_index
89 + . string_list: Fix argument order for string_list_insert
90 + . string_list: Fix argument order for for_each_string_list
91 + . string_list: Fix argument order for print_string_list
92 + (this branch uses js/grep-open and sr/remote-helper-export.)
93 +
94 +Building this on top of slushy codebase is not a very promising endeavor.
95 +Good thing to do, but bad timing.
96 +
97 +* ab/commit-empty-message (2010-04-06) 1 commit
98 + (merged to 'next' on 2010-04-07 at 701e863)
99 + + Add option to git-commit to allow empty log messages
100 +
101 +* jc/test-sleepless (2010-04-06) 1 commit
102 + (merged to 'next' on 2010-04-07 at 8ccf40a)
103 + + war on "sleep" in tests
104 +
105 +* jc/maint-reflog-expire-unreachable (2010-04-07) 2 commits
106 + - reflog --expire-unreachable: a side note
107 + - reflog --expire-unreachable: avoid merge-base computation
108 +
109 +* jc/doc-submit-gmail (2010-04-07) 1 commit
110 + - SubmittingPatches: update GMail section
111 +
112 +* tc/maint-curl-helper (2010-04-08) 1 commit
113 + - remote-curl: avoid double-slashes in HTTP requests
114
115 --------------------------------------------------
116 [Stalled]
@@ -139,22 +124,23 @@ moving forward.
124 * js/grep-open (2010-03-26) 2 commits
125 - grep -O: allow optional argument specifying the pager (or editor)
126 - grep: Add the option '--open-files-in-pager'
127 + (this branch is used by jp/hold-sring-list-sanity.)
128
129 Probably needs to support --no-index mode as well.
130
145 -* sd/log-decorate (2010-02-17) 3 commits
146 - (merged to 'next' on 2010-03-08 at 58a6fba)
147 - + log.decorate: usability fixes
148 - + Add `log.decorate' configuration variable.
149 - + git_config_maybe_bool()
131 +* tr/word-diff (2010-04-04) 2 commits
132 + - gitk: add the equivalent of diff --color-words
133 + - diff: add --word-diff option that generalizes --color-words
134
151 -Needs squelching the configuration setting when "--pretty=raw" is given,
152 -at least, or possibly when any "--pretty" is explicitly given.
135 +--------------------------------------------------
136 +[Cooking]
137
154 -* np/malloc-threading (2010-03-24) 1 commit
138 +* np/malloc-threading (2010-04-07) 2 commits
139 + - Make xmalloc and xrealloc thread-safe (addendum)
140 - Make xmalloc and xrealloc thread-safe
141
157 -Still has locking issues?
142 +Updated with Freku's "init_recursive_mutex()". The fix should eventually
143 +go to 'maint' and 'master'.
144
145 * js/async-thread (2010-03-09) 7 commits
146 - Enable threaded async procedures whenever pthreads is available
@@ -166,94 +152,73 @@ Still has locking issues?
152 + Make report() from usage.c public as vreportf() and use it.
153 + Modernize t5530-upload-pack-error.
154
169 -Waiting for resolution of locking issues in malloc-threading.
155 +Been waiting for resolution of locking issues in malloc-threading.
156
171 ---------------------------------------------------
172 -[Cooking]
157 +* sd/log-decorate (2010-04-06) 4 commits
158 + (merged to 'next' on 2010-04-06 at 992c9ad)
159 + + log --pretty/--oneline: ignore log.decorate
160 + (merged to 'next' on 2010-03-08 at 58a6fba)
161 + + log.decorate: usability fixes
162 + + Add `log.decorate' configuration variable.
163 + + git_config_maybe_bool()
164
174 -* sg/bash-completion (2010-02-23) 4 commits
175 - (merged to 'next' on 2010-03-08 at bc59860)
176 - + bash: completion for gitk aliases
177 - + bash: support user-supplied completion scripts for aliases
178 - + bash: support user-supplied completion scripts for user's git commands
179 - + bash: improve aliased command recognition
165 +I did the tip one myself. An extra set or two of eyeballs would be
166 +appreciated.
167
181 -Nobody seems to care about "_git_frotz" that may potentially crash with
182 -whatever random things the end users is doing in their environment, and
183 -renaming them to "_git_complete_frotz" to avoid that. So let's not worry
184 -about that.
168 +* mh/status-optionally-refresh (2010-04-03) 3 commits
169 + (merged to 'next' on 2010-04-05 at 0e64aac)
170 + + t7508: add a test for "git status" in a read-only repository
171 + + git status: refresh the index if possible
172 + + t7508: add test for "git status" refreshing the index
173
174 * cw/ws-indent-with-tab (2010-04-03) 6 commits
187 - - whitespace: tests for git-apply --whitespace=fix with tab-in-indent
188 - - whitespace: add tab-in-indent support for --whitespace=fix
189 - - whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dst
190 - - whitespace: tests for git-diff --check with tab-in-indent error class
191 - - whitespace: add tab-in-indent error class
192 - - whitespace: we cannot "catch all errors known to git" anymore
193 -
194 -Looked sensible.
195 -
196 -* ic/bash-completion-rpm (2010-03-26) 1 commit
197 - (merged to 'next' on 2010-04-02 at 0358304)
198 - + RPM spec: include bash completion support
199 -
200 -This is needed in 'master' by -rc1 at the latest.
201 -
202 -* mg/notes-reflog (2010-03-29) 2 commits
203 - - refs.c: Write reflogs for notes just like for branch heads
204 - - t3301-notes: Test the creation of reflog entries
205 -
206 -Implementation is trivially correct; I am unsure if "notes" tree wants
207 -reflog in the first place, though. Please convince me and I'll move it
208 -to 'next' soon, aiming for -rc0 or -rc1 at the latest.
209 -
210 -* rr/remote-helper-doc (2010-03-28) 2 commits
211 - - Documentation/remote-helpers: Fix some typos
175 + (merged to 'next' on 2010-04-05 at 5b5e579)
176 + + whitespace: tests for git-apply --whitespace=fix with tab-in-indent
177 + + whitespace: add tab-in-indent support for --whitespace=fix
178 + + whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dst
179 + + whitespace: tests for git-diff --check with tab-in-indent error class
180 + + whitespace: add tab-in-indent error class
181 + + whitespace: we cannot "catch all errors known to git" anymore
182 +
183 +* rr/remote-helper-doc (2010-04-07) 3 commits
184 + - Documentation/remote-helpers: Add invocation section
185 + - Documentation/urls: Rewrite to accomodate <transport>::<address>
186 - Documentation/remote-helpers: Rewrite description
187
214 -Although I lost track of this series with too rapid succession of
215 -updates, intermixed with some documentation updates in the related
216 -areas, my impression is that area experts haven't Acked them yet.
217 -
188 * sr/remote-helper-export (2010-03-29) 7 commits
219 - - remote-helpers: add tests for testgit helper
220 - - remote-helpers: add testgit helper
221 - - remote-helpers: add support for an export command
222 - - remote-helpers: allow requesing the path to the .git directory
223 - - fast-import: always create marks_file directories
224 - - clone: also configure url for bare clones
225 - - clone: pass the remote name to remote_get
226 -
227 -May merge to 'next', but I would prefer waiting til 1.7.2 to have
228 -this with a confidence than fast-tracking it.
189 + (merged to 'next' on 2010-04-07 at 5651307)
190 + + remote-helpers: add tests for testgit helper
191 + + remote-helpers: add testgit helper
192 + + remote-helpers: add support for an export command
193 + + remote-helpers: allow requesing the path to the .git directory
194 + + fast-import: always create marks_file directories
195 + + clone: also configure url for bare clones
196 + + clone: pass the remote name to remote_get
197 + (this branch is used by jp/hold-sring-list-sanity.)
198
199 * cc/revert-strategy (2010-03-31) 5 commits
231 - - revert: add "--strategy" option to choose merge strategy
232 - - merge: make function try_merge_command non static
233 - - merge: refactor code that calls "git merge-STRATEGY"
234 - - revert: refactor merge recursive code into its own function
235 - - revert: use strbuf to refactor the code that writes the merge message
200 + (merged to 'next' on 2010-04-05 at 50909c1)
201 + + revert: add "--strategy" option to choose merge strategy
202 + + merge: make function try_merge_command non static
203 + + merge: refactor code that calls "git merge-STRATEGY"
204 + + revert: refactor merge recursive code into its own function
205 + + revert: use strbuf to refactor the code that writes the merge message
206
237 -May merge to 'next' soon, but this is more about debugging and we are not
238 -in a great hurry.
207 +This is more about debugging and we are not in a great hurry.
208
209 * mr/gitweb-jsmin (2010-04-02) 6 commits
241 - - gitweb: update INSTALL to use shorter make target
242 - - gitweb: add documentation to INSTALL regarding gitweb.js
243 - - instaweb: add minification awareness
244 - - Gitweb: add autoconfigure support for minifiers
245 - - Gitweb: add support for minifying gitweb.css
246 - - Gitweb: add ignore and clean rules for minified files
247 -
248 -Soon in 'next', to iron out leftover issues if any.
210 + (merged to 'next' on 2010-04-05 at 5ad036c)
211 + + gitweb: update INSTALL to use shorter make target
212 + + gitweb: add documentation to INSTALL regarding gitweb.js
213 + + instaweb: add minification awareness
214 + + Gitweb: add autoconfigure support for minifiers
215 + + Gitweb: add support for minifying gitweb.css
216 + + Gitweb: add ignore and clean rules for minified files
217
218 * sc/http-late-auth (2010-04-01) 1 commit
219 (merged to 'next' on 2010-04-02 at c991acf)
220 + Prompt for a username when an HTTP request 401s
221
254 -I would prefer waiting til 1.7.2 to have this with a confidence than
255 -fast-tracking it.
256 -
222 * jk/cached-textconv (2010-04-01) 7 commits
223 (merged to 'next' on 2010-04-02 at a023e3c)
224 + diff: avoid useless filespec population
@@ -264,47 +229,17 @@ fast-tracking it.
229 + fix textconv leak in emit_rewrite_diff
230 + fix const-correctness of write_sha1_file
231
267 -I would prefer waiting til 1.7.2 to have this with a confidence than
268 -fast-tracking it.
232 +* ld/discovery-limit-to-fs (2010-04-04) 6 commits
233 + - write-index: check and warn when worktree crosses a filesystem boundary
234 + (merged to 'next' on 2010-04-07 at 11ea09a)
235 + + Rename ONE_FILESYSTEM to DISCOVERY_ACROSS_FILESYSTEM
236 + + GIT_ONE_FILESYSTEM: flip the default to stop at filesystem boundaries
237 + + Add support for GIT_ONE_FILESYSTEM
238 + + truncate cwd string before printing error message
239 + + config.c: remove static keyword from git_env_bool()
240
270 -* da/maint-python-startup (2010-03-27) 1 commit
271 - (merged to 'next' on 2010-04-01 at ca6897a)
272 - + Makefile: Remove usage of deprecated Python "has_key" method
273 -
274 -Hopefully will merge to 'master' by -rc0.
275 -
276 -* jc/conflict-marker-size (2010-03-24) 1 commit
277 - (merged to 'next' on 2010-04-01 at 164b1f4)
278 - + diff --check: honor conflict-marker-size attribute
279 -
280 -Hopefully will merge to 'master' by -rc0.
281 -
282 -* ld/discovery-limit-to-fs (2010-04-04) 4 commits
283 - - GIT_ONE_FILESYSTEM: flip the default to stop at filesystem boundaries
284 - - Add support for GIT_ONE_FILESYSTEM
285 - - truncate cwd string before printing error message
286 - - config.c: remove static keyword from git_env_bool()
287 -
288 -Linus made a good point of making this a default, and Erick Mattos
289 -confirmed that it won't be a problem even on Windows.
290 -
291 -The tip one is my attempt to do just that, but I have a feeling that
292 -it is introducing a double-negation. ONE-FILESYSTEM that defaults to
293 -true but the user can flip it to false to trigger NOT-LIMITED-TO-ONE
294 -semantics. Perhaps it should be renamed to GIT_DISCOVER_REPOSITORY_XDEV
295 -or something that defaults to false.
296 -
297 -* sb/fmt-merge-msg (2010-03-24) 7 commits
298 - (merged to 'next' on 2010-04-01 at 5fcbec5)
299 - + fmt-merge-msg: hide summary option
300 - + fmt-merge-msg: remove custom string_list implementation
301 - + string-list: add unsorted_string_list_lookup()
302 - + fmt-merge-msg: use pretty.c routines
303 - + t6200: test fmt-merge-msg more
304 - + t6200: modernize with test_tick
305 - + fmt-merge-msg: be quiet if nothing to merge
306 -
307 -Hopefully will merge to 'master' by -rc0.
241 +The tip one is a bit iffy; the whole series changes behaviour in a corner
242 +case, and is not a 1.7.1 material.
243
244 * pc/remove-warn (2010-03-26) 4 commits
245 (merged to 'next' on 2010-04-02 at 52fc00d)
@@ -315,12 +250,6 @@ Hopefully will merge to 'master' by -rc0.
250
251 I cherry-picked only obviously sensible bits.
252
318 -* ef/maint-empty-commit-log (2010-03-21) 1 commit
319 - (merged to 'next' on 2010-03-28 at aa103e5)
320 - + rev-list: fix --pretty=oneline with empty message
321 -
322 -Hopefully will merge to 'master' by -rc0.
323 -
253 * em/checkout-orphan (2010-03-21) 1 commit
254 (merged to 'next' on 2010-03-28 at 86b6a4f)
255 + git checkout: create unparented branch by --orphan
@@ -329,16 +258,14 @@ Perhaps needs a bit of documentation updates, describing the "going open
258 source" scenario.
259
260 * ar/config-from-command-line (2010-03-26) 2 commits
332 - - Use strbufs instead of open-coded string manipulation
333 - - Allow passing of configuration parameters in the command line
334 -
335 -May merge to 'next', but I would prefer waiting til 1.7.2 to have
336 -this with a confidence than fast-tracking it.
261 + (merged to 'next' on 2010-04-07 at e50fd3a)
262 + + Use strbufs instead of open-coded string manipulation
263 + + Allow passing of configuration parameters in the command line
264
338 -* nd/setup (2010-03-25) 43 commits
265 +* nd/setup (2010-04-05) 43 commits
266 - builtins: do not commit pager choice early
340 - - builtins: reset startup_info->have_run_setup_gitdir when unsetting up repository
267 - builtins: setup repository before print unknown command error
268 + - t0001: Add test cases for "git init" with aliases
269 - Guard unallowed access to repository when it's not set up
270 - alias: keep repository found while collecting aliases as long as possible
271 - Allow to undo setup_git_directory_gently() gracefully (and fix alias code)
@@ -346,7 +273,7 @@ this with a confidence than fast-tracking it.
273 - builtins: utilize startup_info->help where possible
274 - run_builtin(): save "-h" detection result for later use
275 - config: do not read .git/config if there is no repository
349 - - apply: do not check sha1 when repository has not been found
276 + - apply: do not check sha1 if there is no repository
277 - Do not read .git/info/attributes if there is no repository
278 - Do not read .git/info/exclude if there is no repository
279 - git_config(): do not read .git/config if there is no repository
@@ -364,7 +291,7 @@ this with a confidence than fast-tracking it.
291 - merge-file: use RUN_SETUP_GENTLY
292 - var: use RUN_SETUP_GENTLY
293 - ls-remote: use RUN_SETUP_GENTLY
367 - - help: use RUN_SETUP_GENTLY
294 + - help: take note why this command is not applicable for RUN_SETUP_GENTLY
295 - diff: use RUN_SETUP_GENTLY
296 - bundle: use RUN_SETUP_GENTLY
297 - apply: use RUN_SETUP_GENTLY
@@ -380,21 +307,5 @@ this with a confidence than fast-tracking it.
307 - builtin: Support RUN_SETUP_GENTLY to set up repository early if found
308 - builtin: introduce startup_info struct
309
383 ---------------------------------------------------
384 -[Dropped]
385 -
386 -* cw/test-lib-relicense (2010-02-22) 1 commit
387 - . test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
388 -
389 -I am hoping Carl or Michal Sojka can take the topic to completion without
390 -my keeping an eye on it. Waiting for the one with full set of Acks.
391 -
392 -* hg/convert (2010-03-29) 5 commits
393 - . convert: Added core.refilteronadd feature.
394 - . convert: Inhibit contraction of foreign $Id$ during stats.
395 - . convert: Use the enum constant SAFE_CRLF_FALSE.
396 - . convert: Keep foreign $Id$ on checkout.
397 - . convert: Safer handling of $Id$ contraction.
398 -
399 -The first two looked sensible but later one looked more like showing that
400 -it may not have been a good idea in the first place.
310 +Rerolled. I need to look at this series during the feature freeze so that
311 +we can decide to (or not to) include it in 'next' early in post 1.7.1 cycle.