mirror of
https://github.com/git/git
synced 2024-10-30 14:03:28 +00:00
Sync with v2.13.3
This commit is contained in:
commit
80145b1e41
1 changed files with 9 additions and 0 deletions
|
@ -50,4 +50,13 @@ Fixes since v2.13.2
|
||||||
did not use 'git rev-parse' to formulate the line to look for in
|
did not use 'git rev-parse' to formulate the line to look for in
|
||||||
the certificate correctly.
|
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.
|
Also contains various documentation updates and code clean-ups.
|
||||||
|
|
Loading…
Reference in a new issue