Skip to content

Commit 8c8e978

Browse files
committed
Git 2.13.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8992def commit 8c8e978

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Documentation/RelNotes/2.13.2.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,21 @@ Fixes since v2.13.1
3434
* "git pull --rebase --autostash" didn't auto-stash when the local history
3535
fast-forwards to the upstream.
3636

37+
* "git describe --contains" penalized light-weight tags so much that
38+
they were almost never considered. Instead, give them about the
39+
same chance to be considered as an annotated tag that is the same
40+
age as the underlying commit would.
41+
42+
* The result from "git diff" that compares two blobs, e.g. "git diff
43+
$commit1:$path $commit2:$path", used to be shown with the full
44+
object name as given on the command line, but it is more natural to
45+
use the $path in the output and use it to look up .gitattributes.
46+
47+
* A flaky test has been corrected.
48+
49+
* Help contributors that visit us at GitHub.
50+
51+
* "git stash push <pathspec>" did not work from a subdirectory at all.
52+
Bugfix for a topic in v2.13
53+
3754
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.1
4+
DEF_VER=v2.13.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)