File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,21 @@ Fixes since v2.13.1
34
34
* "git pull --rebase --autostash" didn't auto-stash when the local history
35
35
fast-forwards to the upstream.
36
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
+
37
54
Also contains various documentation updates and code clean-ups.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.13.1
4
+ DEF_VER=v2.13.2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments