From: Junio C Hamano Date: Fri, 29 Sep 2017 04:32:32 +0000 (+0900) Subject: What's cooking (2017/09 #06) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8715a443396e46aef11193dd408ec2683051490;p=thirdparty%2Fgit.git What's cooking (2017/09 #06) --- diff --git a/whats-cooking.txt b/whats-cooking.txt index 6763bdcdc9..c8015dd0df 100644 --- a/whats-cooking.txt +++ b/whats-cooking.txt @@ -1,10 +1,10 @@ To: git@vger.kernel.org Bcc: lwn@lwn.net -Subject: What's cooking in git.git (Sep 2017, #05; Tue, 26) -X-master-at: 28996cec80690d2322359d3650a57e8de6e01eb6 -X-next-at: 2c7b836f3ab9b78a2baeee97e329e4c1a1e4c005 +Subject: What's cooking in git.git (Sep 2017, #06; Fri, 29) +X-master-at: ea220ee40cbb03a63ebad2be902057bf742492fd +X-next-at: c088eec7b5eaefc58ab32b335cb69cb3d5e2cd78 -What's cooking in git.git (Sep 2017, #05; Tue, 26) +What's cooking in git.git (Sep 2017, #06; Fri, 29) -------------------------------------------------- Here are the topics that have been cooking. Commits prefixed with @@ -12,20 +12,344 @@ Here are the topics that have been cooking. Commits prefixed with '+' are in 'next'. The ones marked with '.' do not appear in any of the integration branches, but I am still holding onto them. -We are at week #8 of this cycle. Quite a many topics that have been -in 'master' are now also merged to 'maint', so perhaps I should tag -2.14.2 soonish. - You can find the changes described here in the integration branches of the repositories listed at http://git-blame.blogspot.com/p/git-public-repositories.html +-------------------------------------------------- +[Graduated to "master"] + +* hn/typofix (2017-09-22) 1 commit + (merged to 'next' on 2017-09-25 at 489ad60f5b) + + submodule.h: typofix + + +* ic/fix-filter-branch-to-handle-tag-without-tagger (2017-09-22) 4 commits + (merged to 'next' on 2017-09-25 at c7550033df) + + filter-branch: use hash-object instead of mktag + + filter-branch: stash away ref map in a branch + + filter-branch: preserve and restore $GIT_AUTHOR_* and $GIT_COMMITTER_* + + filter-branch: reset $GIT_* before cleaning up + + "git filter-branch" cannot reproduce a history with a tag without + the tagger field, which only ancient versions of Git allowed to be + created. This has been corrected. + + +* ik/userdiff-html-h-element-fix (2017-09-24) 1 commit + (merged to 'next' on 2017-09-25 at e3cbe89672) + + userdiff: fix HTML hunk header regexp + + The built-in pattern to detect the "function header" for HTML did + not match

..

elements without any attributes, which has + been fixed. + + +* jc/merge-x-theirs-docfix (2017-09-25) 1 commit + (merged to 'next' on 2017-09-26 at 5a7d954982) + + merge-strategies: avoid implying that "-s theirs" exists + + The documentation for '-X