From: Junio C Hamano Date: Tue, 1 Dec 2009 22:06:24 +0000 (-0800) Subject: What's cooking (2009/12 #01) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eac514604c80e2aa1fbae2d4e19d0c264845ed63;p=thirdparty%2Fgit.git What's cooking (2009/12 #01) --- diff --git a/whats-cooking.txt b/whats-cooking.txt index 2651c451cd..382f6555bf 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 (Nov 2009, #07; Sun, 29) -X-master-at: 66abce05dd5b9da9c889034781dc3de38b6e231b -X-next-at: c4469778c3a4538c370b02fd190f6ed5a8139b58 +Subject: What's cooking in git.git (Dec 2009, #01; Tue, 01) +X-master-at: c86485dd15d54fc6ff2cd0dda3b2a9faa4f2d66e +X-next-at: e913581093e7da8bef58b143c6da65c845d9fea3 -What's cooking in git.git (Nov 2009, #07; Sun, 29) +What's cooking in git.git (Dec 2009, #01; Tue, 01) -------------------------------------------------- Here are the topics that have been cooking. Commits prefixed with '-' are @@ -57,11 +57,11 @@ backward compatible. Currently planned changes are: http://thread.gmane.org/gmane.comp.version-control.git/133256 -------------------------------------------------- -[New Topics] +[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 + + 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) @@ -73,37 +73,74 @@ backward compatible. Currently planned changes are: (merged to 'next' on 2009-11-27 at 7663874) + Remove dead code from "git am" -* tr/http-updates (2009-11-27) 2 commits - - Add an option for using any HTTP authentication scheme, not only basic - - http: maintain curl sessions +* 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.) -* jc/diff-whitespace-prepare (2009-11-28) 2 commits - - diff: flip the default diff.bwoutputonly to true - - diff: optionally allow traditional "-b/-w affects only output" semantics - (this branch uses gb/1.7.0-diff-whitespace-only-output and jc/1.7.0-diff-whitespace-only-status; is used by jc/1.7.0-diff-whitespace-prepare.) +This starts warning about the change to --no-chain-reply-to +in 1.7.0 for smoother transition. -This is to redo the two -b/-w semantic changes to prepare the migration of -existing users before 1.7.0 happens. +* uk/maint-shortlog-encoding (2009-11-25) 1 commit. + - shortlog: respect commit encoding -* jc/1.7.0-diff-whitespace-prepare (2009-11-28) 2 commits - - diff: disable diff.bwoutputonly warning - - diff: flip the diff.bwoutputonly default to false - (this branch uses gb/1.7.0-diff-whitespace-only-output, jc/1.7.0-diff-whitespace-only-status and jc/diff-whitespace-prepare.) +* 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 -And this is to actually flip the default and eventually remove the warning. +* 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 -* 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.) +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. -Similarly, this is to start warning about the change to --no-chain-reply-to -in 1.7.0 for smoother transition. +* 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 -* ns/1.7.0-send-email-no-chain-reply-to (2009-08-22) 1 commit - - send-email: make --no-chain-reply-to the default - (this branch uses ns/send-email-no-chain-reply-to.) +With two more changes to disable this by default to make it +suitable as "new feature with known breakages" for 1.6.6 -And this is to actually flip the default in 1.7.0. +* 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