What's cooking (2012/11 #04)

Junio C Hamano committed Nov 14, 2012 at 14:40 UTC 88e2019a7a9973e8906356e69979df99e35ea0dd
1 file changed +69 -63
whats-cooking.txt
+69 -63
@@ -1,70 +1,53 @@
1 To: git@vger.kernel.org
2 Bcc: lwn@lwn.net
3 -Subject: What's cooking in git.git (Nov 2012, #03; Tue, 13)
3 +Subject: What's cooking in git.git (Nov 2012, #04; Wed, 14)
4 X-master-at: b0b00a3ee43b4813eb85728a482500f6422499fd
5 -X-next-at: c57d8567839e5251e59fe5bdbd421c59cfe4a9ae
5 +X-next-at: 7a667bc8d11125a8f74ecadedd74c71c91f5c0d4
6
7 -What's cooking in git.git (Nov 2012, #03; Tue, 13)
7 +What's cooking in git.git (Nov 2012, #04; Wed, 14)
8 --------------------------------------------------
9
10 Here are the topics that have been cooking. Commits prefixed with
11 '-' are only in 'pu' (proposed updates) while commits prefixed with
12 '+' are in 'next'.
13
14 -This is my final "what's cooking" as interim maintainer. I didn't
15 -graduate anything to master, but I updated my plans for each topic to
16 -give Junio an idea of where I was.
14 +Big thanks go to Jeff who curated topics in flight while I was on
15 +vacation. I merged a couple of topics to 'next', and will start
16 +merging what he marked for 'master' after giving them a final look
17 +by the end of the week.
18
18 -You can find the changes described here in the integration branches of
19 -my repository at:
19 +You can find the changes described here in the integration branches of the
20 +repositories listed at
21
21 - git://github.com/peff/git.git
22 -
23 -Until Junio returns, kernel.org and the other "usual" places will not be
24 -updated.
22 + http://git-blame.blogspot.com/p/git-public-repositories.html
23
24 --------------------------------------------------
25 [New Topics]
26
29 -* jk/maint-gitweb-xss (2012-11-12) 1 commit
30 - - gitweb: escape html in rss title
31 -
32 - Fixes an XSS vulnerability in gitweb.
33 -
34 - Will merge to 'next'.
35 -
36 -
37 -* jk/send-email-sender-prompt (2012-11-13) 6 commits
38 - - send-email: do not prompt for explicit repo ident
39 - - Git.pm: teach "ident" to query explicitness
40 - - var: provide explicit/implicit ident information
41 - - var: accept multiple variables on the command line
42 - - ident: keep separate "explicit" flags for author and committer
43 - - ident: make user_ident_explicitly_given private
44 -
45 - Avoid annoying sender prompt in git-send-email, but only when it is
46 - safe to do so.
47 -
48 - Needs review.
49 -
27 +* jl/submodule-rm (2012-11-14) 1 commit
28 + - docs: move submodule section
29
51 -* mg/replace-resolve-delete (2012-11-13) 1 commit
52 - - replace: parse revision argument for -d
30
54 - Be more user friendly to people using "git replace -d".
31 +* sg/complete-help-undup (2012-11-14) 1 commit
32 + - completion: remove 'help' duplicate from porcelain commands
33
56 - Will merge to 'next'.
57 -
58 -
59 -* ml/cygwin-mingw-headers (2012-11-12) 1 commit
60 - - Update cygwin.c for new mingw-64 win32 api headers
34 +--------------------------------------------------
35 +[Stalled]
36
62 - Make git work on newer cygwin.
37 +* nd/pretty-placeholder-with-color-option (2012-09-30) 9 commits
38 + . pretty: support %>> that steal trailing spaces
39 + . pretty: support truncating in %>, %< and %><
40 + . pretty: support padding placeholders, %< %> and %><
41 + . pretty: two phase conversion for non utf-8 commits
42 + . utf8.c: add utf8_strnwidth() with the ability to skip ansi sequences
43 + . utf8.c: move display_mode_esc_sequence_len() for use by other functions
44 + . pretty: support %C(auto[,N]) to turn on coloring on next placeholder(s)
45 + . pretty: split parsing %C into a separate function
46 + . pretty: share code between format_decoration and show_decorations
47
64 - Will merge to 'next'.
48 + This causes warnings with -Wuninitialized, so I've ejected it from pu
49 + for the time being.
50
66 ---------------------------------------------------
67 -[Stalled]
51
52 * rc/maint-complete-git-p4 (2012-09-24) 1 commit
53 (merged to 'next' on 2012-10-29 at af52cef)
@@ -196,6 +179,42 @@ updated.
179 --------------------------------------------------
180 [Cooking]
181
182 +* jk/maint-gitweb-xss (2012-11-12) 1 commit
183 + (merged to 'next' on 2012-11-14 at 7a667bc)
184 + + gitweb: escape html in rss title
185 +
186 + Fixes an XSS vulnerability in gitweb.
187 +
188 +
189 +* jk/send-email-sender-prompt (2012-11-13) 6 commits
190 + - send-email: do not prompt for explicit repo ident
191 + - Git.pm: teach "ident" to query explicitness
192 + - var: provide explicit/implicit ident information
193 + - var: accept multiple variables on the command line
194 + - ident: keep separate "explicit" flags for author and committer
195 + - ident: make user_ident_explicitly_given private
196 +
197 + Avoid annoying sender prompt in git-send-email, but only when it is
198 + safe to do so.
199 +
200 + Needs review.
201 +
202 +
203 +* mg/replace-resolve-delete (2012-11-13) 1 commit
204 + (merged to 'next' on 2012-11-14 at fa785ae)
205 + + replace: parse revision argument for -d
206 +
207 + Be more user friendly to people using "git replace -d".
208 +
209 +
210 +* ml/cygwin-mingw-headers (2012-11-12) 1 commit
211 + - Update cygwin.c for new mingw-64 win32 api headers
212 +
213 + Make git work on newer cygwin.
214 +
215 + Will merge to 'next'.
216 +
217 +
218 * mo/cvs-server-updates (2012-10-16) 10 commits
219 - cvsserver Documentation: new cvs ... -r support
220 - cvsserver: add t9402 to test branch and tag refs
@@ -233,7 +252,9 @@ updated.
252 Needs some test updates.
253
254
236 -* jc/prettier-pretty-note (2012-10-26) 11 commits
255 +* jc/prettier-pretty-note (2012-11-13) 12 commits
256 + (merged to 'next' on 2012-11-14 at 7230f26)
257 + + format-patch: add a blank line between notes and diffstat
258 (merged to 'next' on 2012-11-04 at 40e3e48)
259 + Doc User-Manual: Patch cover letter, three dashes, and --notes
260 + Doc format-patch: clarify --notes use case
@@ -247,8 +268,8 @@ updated.
268 + format_note(): simplify API
269 + pretty: remove reencode_commit_message()
270
250 - Now that Philip has submitted some documentation updates, this is
251 - looking more ready.
271 + Emit the notes attached to the commit in "format-patch --notes"
272 + output after three-dashes.
273
274 Will merge to 'master' in the fifth batch.
275
@@ -397,21 +418,6 @@ updated.
418 "parents", etc.
419
420
400 -* nd/pretty-placeholder-with-color-option (2012-09-30) 9 commits
401 - . pretty: support %>> that steal trailing spaces
402 - . pretty: support truncating in %>, %< and %><
403 - . pretty: support padding placeholders, %< %> and %><
404 - . pretty: two phase conversion for non utf-8 commits
405 - . utf8.c: add utf8_strnwidth() with the ability to skip ansi sequences
406 - . utf8.c: move display_mode_esc_sequence_len() for use by other functions
407 - . pretty: support %C(auto[,N]) to turn on coloring on next placeholder(s)
408 - . pretty: split parsing %C into a separate function
409 - . pretty: share code between format_decoration and show_decorations
410 -
411 - This causes warnings with -Wuninitialized, so I've ejected it from pu
412 - for the time being.
413 -
414 -
421 * jc/maint-fetch-tighten-refname-check (2012-10-19) 1 commit
422 (merged to 'next' on 2012-11-04 at eda85ef)
423 + get_fetch_map(): tighten checks on dest refs