From: Junio C Hamano Date: Sun, 6 Dec 2009 08:17:10 +0000 (-0800) Subject: What's cooking (2009/12 #02) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8ca44ee27c860252879d2c9c7b0101ef59a46b;p=thirdparty%2Fgit.git What's cooking (2009/12 #02) --- diff --git a/whats-cooking.txt b/whats-cooking.txt index 382f6555bf..3d08932c01 100644 --- a/whats-cooking.txt +++ b/whats-cooking.txt @@ -1,9 +1,9 @@ To: git@vger.kernel.org -Subject: What's cooking in git.git (Dec 2009, #01; Tue, 01) -X-master-at: c86485dd15d54fc6ff2cd0dda3b2a9faa4f2d66e -X-next-at: e913581093e7da8bef58b143c6da65c845d9fea3 +Subject: What's cooking in git.git (Dec 2009, #02; Sat, 05) +X-master-at: 9a424b276c409a3510e7735b6ecc012f50dc2a49 +X-next-at: d8fe1b5dc75e54be82e59239a8d5a430ae072fd8 -What's cooking in git.git (Dec 2009, #01; Tue, 01) +What's cooking in git.git (Dec 2009, #02; Sat, 05) -------------------------------------------------- Here are the topics that have been cooking. Commits prefixed with '-' are @@ -56,91 +56,34 @@ backward compatible. Currently planned changes are: http://thread.gmane.org/gmane.comp.version-control.git/133256 --------------------------------------------------- -[Graduated to "master"] - -* fc/maint-format-patch-pathspec-dashes (2009-11-26) 2 commits. - + format-patch: add test for parsing of "--" - + format-patch: fix parsing of "--" on the command line - -* bw/diff-color-hunk-header (2009-11-27) 2 commits - (merged to 'next' on 2009-11-29 at c446977) - + Give the hunk comment its own color - (merged to 'next' on 2009-11-27 at 42ab131) - + emit_line(): don't emit an empty followed by a newline - -* jc/maint-am-keep (2009-11-27) 1 commit. - (merged to 'next' on 2009-11-27 at 7663874) - + Remove dead code from "git am" - -* ns/send-email-no-chain-reply-to (2009-11-29) 1 commit - + prepare send-email for smoother change of --chain-reply-to default - (this branch is used by ns/1.7.0-send-email-no-chain-reply-to.) - -This starts warning about the change to --no-chain-reply-to -in 1.7.0 for smoother transition. - -* uk/maint-shortlog-encoding (2009-11-25) 1 commit. - - shortlog: respect commit encoding - -* fc/send-email-envelope (2009-11-26) 2 commits. - (merged to 'next' on 2009-11-27 at 2d0257d) - + send-email: automatic envelope sender - + t9001: test --envelope-sender option of send-email - -* jc/mailinfo-remove-brackets (2009-07-15) 1 commit. - (merged to 'next' on 2009-11-25 at 09d498f) - + mailinfo: -b option keeps [bracketed] strings that is not a [PATCH] marker - -Jim Meyering sent a patch to do a subset of what this does; to allow -keeping '[SECURITY]' when the subject says '[SECURITY][PATCH]', you need -to also teach "am" to pass the new -b option, but that is independent of -what Jim showed the need in real-world, so I think this can go in as-is. - -* jn/gitweb-blame (2009-11-24) 8 commits. - (merged to 'next' on 2009-11-25 at 0a5b649) - + gitweb.js: fix padLeftStr() and its usage - + gitweb.js: Harden setting blamed commit info in incremental blame - + gitweb.js: fix null object exception in initials calculation - + gitweb: Minify gitweb.js if JSMIN is defined - + gitweb: Create links leading to 'blame_incremental' using JavaScript - (merged to 'next' on 2009-10-11 at 73c4a83) - + gitweb: Colorize 'blame_incremental' view during processing - + gitweb: Incremental blame (using JavaScript) - + gitweb: Add optional "time to generate page" info in footer - -With two more changes to disable this by default to make it -suitable as "new feature with known breakages" for 1.6.6 - -* em/commit-claim (2009-11-04) 1 commit - (merged to 'next' on 2009-11-23 at b5df6fd) - + commit -c/-C/--amend: reset timestamp and authorship to committer with --reset-author - -* cc/bisect-doc (2009-11-08) 1 commit - (merged to 'next' on 2009-11-27 at c46d648) - + Documentation: add "Fighting regressions with git bisect" article - -* jc/pretty-lf (2009-10-04) 1 commit. - (merged to 'next' on 2009-11-27 at 73651c4) - + Pretty-format: %[+-]x to tweak inter-item newlines - -------------------------------------------------- [New Topics] -* ap/merge-backend-opts (2008-07-18) 6 commits - - Document that merge strategies can now take their own options - - Extend merge-subtree tests to test -Xsubtree=dir. - - Make "subtree" part more orthogonal to the rest of merge-recursive. - - Teach git-pull to pass -X