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
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+
3754Also contains various documentation updates and code clean-ups.
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v2.13.1
4+ DEF_VER=v2.13.2
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments