What's cooking (2011/09 #09)
Junio C Hamano committed
Sep 30, 2011 at 15:10 UTC
fdd66afd9b59b373f6730bf89b16865fc39a6ed3
1 file changed
+55
-51
whats-cooking.txt
+55
-51
@@ -1,9 +1,9 @@
1
To: git@vger.kernel.org
2
-Subject: What's cooking in git.git (Sep 2011, #08; Wed, 28)
3
-X-master-at: 8d714b11df2b65e5f4272c1616e561930010be90
4
-X-next-at: 65ce6c2cbd3bace125ad01daf7ec705f2a84e58e
2
+Subject: What's cooking in git.git (Sep 2011, #09; Fri, 30)
3
+X-master-at: 703f05ad5835cff92b12c29aecf8d724c8c847e2
4
+X-next-at: fb0d39e4afa503eb7e63e40306f6f566df484586
5
6
-What's cooking in git.git (Sep 2011, #08; Wed, 28)
6
+What's cooking in git.git (Sep 2011, #09; Fri, 30)
7
--------------------------------------------------
8
9
Here are the topics that have been cooking. Commits prefixed with '-' are
@@ -31,58 +31,22 @@ tentatively have the following in your $HOME/.gitconfig:
31
[url "http://code.google.com/p/git-core"]
32
insteadOf = git://git.kernel.org/pub/scm/git/git.git
33
34
+I just tagged v1.7.7 final, and expect to rewind and rebuild the 'next'
35
+branch on top of it sometime next week.
36
+
37
--------------------------------------------------
38
[New Topics]
39
37
-* jc/apply-blank-at-eof-fix (2011-09-26) 1 commit
38
- - apply --whitespace=error: correctly report new blank lines at end
39
-
40
-* nd/sparse-doc (2011-09-26) 1 commit
41
- - git-read-tree.txt: update sparse checkout examples
42
-
43
-* jp/get-ref-dir-unsorted (2011-09-26) 1 commit
44
- - Don't sort ref_list too early
45
-
46
-* jc/grep-untracked-exclude (2011-09-28) 2 commits
47
- - Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude
48
- - Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude
49
- (this branch uses bw/grep-no-index-no-exclude and jc/maint-grep-untracked-exclude.)
50
-
51
-* jc/maint-grep-untracked-exclude (2011-09-28) 3 commits
52
- - grep: rename --exclude to --exclude-standard
53
- - grep: --untracked and --exclude tests
54
- - grep: teach --untracked and --exclude options
55
- (this branch is used by jc/grep-untracked-exclude; uses bw/grep-no-index-no-exclude.)
56
-
57
-* jc/parse-options-boolean (2011-09-28) 5 commits
58
- - apply: use OPT_NOOP_NOARG
59
- - revert: use OPT_NOOP_NOARG
60
- - parseopt: add OPT_NOOP_NOARG
61
- - archive.c: use OPT_BOOL()
62
- - parse-options: deprecate OPT_BOOLEAN
63
-
64
-* mh/maint-notes-merge-pathbuf-fix (2011-09-27) 1 commit
65
- - notes_merge_commit(): do not pass temporary buffer to other function
66
-
67
-* ph/push-to-delete-nothing (2011-09-28) 2 commits
68
- - fixup
69
- - receive-pack: don't pass non-existent refs to post-{receive,update} hooks in push deletions
70
-
71
-* ps/gitweb-js-with-lineno (2011-09-27) 1 commit
72
- - gitweb: Fix links to lines in blobs when javascript-actions are enabled
73
-
74
-* zj/send-email-authen-sasl (2011-09-28) 1 commit
75
- - send-email: auth plain/login fix
76
-
77
---------------------------------------------------
78
-[Graduated to "master"]
40
+* dm/tree-walk (2011-09-28) 2 commits
41
+ - tree-walk: micro-optimization in tree_entry_interesting
42
+ - tree-walk: drop unused parameter from match_dir_prefix
43
80
-* jc/namespace-doc-with-old-asciidoc (2011-09-16) 1 commit
81
- + Documentation/gitnamespaces.txt: cater to older asciidoc
44
+* cs/perl-config-path-send-email (2011-09-30) 2 commits
45
+ - use new Git::config_path() for aliasesfile
46
+ - Add Git::config_path()
47
83
-It turns out that the version of AsciiDoc that has troubles with the
84
-mark-up this patch works around is not quite old enough to be dismissed
85
-as irrelevant.
48
+* jc/checkout-from-tree-keep-local-changes (2011-09-30) 1 commit
49
+ - checkout $tree $path: do not clobber local changes in $path not in $tree
50
51
--------------------------------------------------
52
[Stalled]
@@ -177,6 +141,46 @@ also loses the ability to escape glob specials. Perhaps drop?
141
--------------------------------------------------
142
[Cooking]
143
144
+* jc/apply-blank-at-eof-fix (2011-09-26) 1 commit
145
+ - apply --whitespace=error: correctly report new blank lines at end
146
+
147
+* nd/sparse-doc (2011-09-26) 1 commit
148
+ - git-read-tree.txt: update sparse checkout examples
149
+
150
+* jp/get-ref-dir-unsorted (2011-09-30) 2 commits
151
+ - refs: Use binary search to lookup refs faster
152
+ - Don't sort ref_list too early
153
+
154
+* jc/grep-untracked-exclude (2011-09-28) 2 commits
155
+ - Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude
156
+ - Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude
157
+ (this branch uses bw/grep-no-index-no-exclude and jc/maint-grep-untracked-exclude.)
158
+
159
+* jc/maint-grep-untracked-exclude (2011-09-28) 3 commits
160
+ - grep: rename --exclude to --exclude-standard
161
+ - grep: --untracked and --exclude tests
162
+ - grep: teach --untracked and --exclude options
163
+ (this branch is used by jc/grep-untracked-exclude; uses bw/grep-no-index-no-exclude.)
164
+
165
+* jc/parse-options-boolean (2011-09-28) 5 commits
166
+ - apply: use OPT_NOOP_NOARG
167
+ - revert: use OPT_NOOP_NOARG
168
+ - parseopt: add OPT_NOOP_NOARG
169
+ - archive.c: use OPT_BOOL()
170
+ - parse-options: deprecate OPT_BOOLEAN
171
+
172
+* mh/maint-notes-merge-pathbuf-fix (2011-09-27) 1 commit
173
+ - notes_merge_commit(): do not pass temporary buffer to other function
174
+
175
+* ph/push-to-delete-nothing (2011-09-30) 1 commit
176
+ - receive-pack: don't pass non-existent refs to post-{receive,update} hooks
177
+
178
+* ps/gitweb-js-with-lineno (2011-09-27) 1 commit
179
+ - gitweb: Fix links to lines in blobs when javascript-actions are enabled
180
+
181
+* zj/send-email-authen-sasl (2011-09-29) 1 commit
182
+ - send-email: auth plain/login fix
183
+
184
* jc/maint-diffstat-numstat-context (2011-09-22) 1 commit
185
(merged to 'next' on 2011-09-26 at 12539ab)
186
+ diff: teach --stat/--numstat to honor -U$num