Git 2.13.2

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

Junio C Hamano committed Jun 24, 2017 at 15:31 UTC 8c8e978f5719c6a58fb998742207bf907f963143
2 files changed +18 -1
Documentation/RelNotes/2.13.2.txt
+17
@@ -34,4 +34,21 @@ Fixes since v2.13.1
34 * "git pull --rebase --autostash" didn't auto-stash when the local history
35 fast-forwards to the upstream.
36
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 +
54 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.1
4 +DEF_VER=v2.13.2
5
6 LF='
7 '