Hopefully the last batch before -rc0

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2017-07-12 15:19:27 -07:00
parent a5a3c5afcd
commit 8ba1d6616f

View File

@ -447,6 +447,15 @@ notes for details).
of the branch. of the branch.
(merge e30d463d45 jk/reflog-walk-maint later to maint). (merge e30d463d45 jk/reflog-walk-maint later to maint).
* The rewrite of "git branch --list" using for-each-ref's internals
that happened in v2.13 regressed its handling of color.branch.local;
this has been fixed.
(merge 5b5c9c3e19 kn/ref-filter-branch-list later to maint).
* Other minor doc, test and build updates and code cleanups. * Other minor doc, test and build updates and code cleanups.
(merge 3f9c637ec7 pw/unquote-path-in-git-pm later to maint). (merge 3f9c637ec7 pw/unquote-path-in-git-pm later to maint).
(merge 669638fe7a ks/typofix-commit-c-comment later to maint). (merge 669638fe7a ks/typofix-commit-c-comment later to maint).
(merge 5053313562 rs/urlmatch-cleanup later to maint).
(merge 42c78a216e rs/use-div-round-up later to maint).
(merge 5e8d2729ae rs/wt-status-cleanup later to maint).
(merge 01826066b0 ks/fix-rebase-doc-picture later to maint).