summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-07-12 22:24:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-07-12 22:24:15 (GMT)
commit08f9c32463bf9e578acb7ac5f77afd36e803c6bc (patch)
treec3125679648e21648c84a72acb813b65e27ada84 /Documentation
parent55bdfa022f007b5666d923012296f04872a8f3d9 (diff)
downloadgit-08f9c32463bf9e578acb7ac5f77afd36e803c6bc.zip
git-08f9c32463bf9e578acb7ac5f77afd36e803c6bc.tar.gz
git-08f9c32463bf9e578acb7ac5f77afd36e803c6bc.tar.bz2
Git 2.13.3v2.13.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.13.3.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.13.3.txt b/Documentation/RelNotes/2.13.3.txt
index 44d9108..5d76ad5 100644
--- a/Documentation/RelNotes/2.13.3.txt
+++ b/Documentation/RelNotes/2.13.3.txt
@@ -50,4 +50,13 @@ Fixes since v2.13.2
did not use 'git rev-parse' to formulate the line to look for in
the certificate correctly.
+ * After "git branch --move" of the currently checked out branch, the
+ code to walk the reflog of HEAD via "log -g" and friends
+ incorrectly stopped at the reflog entry that records the renaming
+ of the branch.
+
+ * 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.
+
Also contains various documentation updates and code clean-ups.