]> git.neil.brown.name Git - git.git/commitdiff
Git 2.13.3 maint v2.13.3
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Jul 2017 22:24:15 +0000 (15:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Jul 2017 22:24:15 +0000 (15:24 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.13.3.txt
GIT-VERSION-GEN

index 44d9108ce462aa06ed79d7415ff1ecc6580fddde..5d76ad53106b35fb650f2deec6f10edaeb9e2ef6 100644 (file)
@@ -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.
index c26b01f60bf23a3d9c9bae5d40c0abc0d985ccb0..7ba5c25c24211bf5c6f40186dfd523b3fb5ff3c8 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.13.2
+DEF_VER=v2.13.3
 
 LF='
 '