summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-07-12 15:19:27 -0700
committerJunio C Hamano <gitster@pobox.com>2017-07-12 15:19:27 -0700
commit8ba1d6616fa5ebc46c3f70139a549c672348e1aa (patch)
treea0735a7ffd29ca8cc9c6b27e42ef939a24abbd01
parenta5a3c5afcd0de022648c28f51d8912703c56c22f (diff)
downloadgit-8ba1d6616fa5ebc46c3f70139a549c672348e1aa.tar.gz
Hopefully the last batch before -rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.14.0.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.14.0.txt b/Documentation/RelNotes/2.14.0.txt
index caa6e0c7fc..93f0654109 100644
--- a/Documentation/RelNotes/2.14.0.txt
+++ b/Documentation/RelNotes/2.14.0.txt
@@ -447,6 +447,15 @@ notes for details).
of the branch.
(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.
(merge 3f9c637ec7 pw/unquote-path-in-git-pm 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).