From 08f9c32463bf9e578acb7ac5f77afd36e803c6bc Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 12 Jul 2017 15:24:15 -0700 Subject: [PATCH] Git 2.13.3 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.13.3.txt | 9 +++++++++ GIT-VERSION-GEN | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.13.3.txt b/Documentation/RelNotes/2.13.3.txt index 44d9108ce4..5d76ad5310 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. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index c26b01f60b..7ba5c25c24 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.13.2 +DEF_VER=v2.13.3 LF=' ' -- 2.11.4.GIT