Skip to content

Commit 08f9c32

Browse files
committed
Git 2.13.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 55bdfa0 commit 08f9c32

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Documentation/RelNotes/2.13.3.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,13 @@ Fixes since v2.13.2
5050
did not use 'git rev-parse' to formulate the line to look for in
5151
the certificate correctly.
5252

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+
5362
Also contains various documentation updates and code clean-ups.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.13.2
4+
DEF_VER=v2.13.3
55

66
LF='
77
'

0 commit comments

Comments
 (0)