Git 2.13.3

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jul 12, 2017 at 15:24 UTC 08f9c32463bf9e578acb7ac5f77afd36e803c6bc
2 files changed +10 -1
Documentation/RelNotes/2.13.3.txt
+9
@@ -50,4 +50,13 @@ Fixes since v2.13.2
50 did not use 'git rev-parse' to formulate the line to look for in
51 the certificate correctly.
52
53 + * After "git branch --move" of the currently checked out branch, the
54 + code to walk the reflog of HEAD via "log -g" and friends
55 + incorrectly stopped at the reflog entry that records the renaming
56 + of the branch.
57 +
58 + * The rewrite of "git branch --list" using for-each-ref's internals
59 + that happened in v2.13 regressed its handling of color.branch.local;
60 + this has been fixed.
61 +
62 Also contains various documentation updates and code clean-ups.
GIT-VERSION-GEN
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.13.2
4 +DEF_VER=v2.13.3
5
6 LF='
7 '