File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,28 @@ GIT v1.6.0.1 Release Notes
44Fixes since v1.6.0
55------------------
66
7- * ...
7+ * "git diff --check" incorrectly detected new trailing blank lines when
8+ whitespace check was in effect.
9+
10+ * "git for-each-ref" tried to dereference NULL when asked for '%(body)" on
11+ a tag with a single incomplete line as its payload.
12+
13+ * "git format-patch" peeked before the beginning of a string when
14+ "format.headers" variable is empty (a misconfiguration).
15+
16+ * "git mailinfo" (hence "git am") was unhappy when MIME multipart message
17+ contained garbage after the finishing boundary.
18+
19+ * "git mailinfo" also was unhappy when the "From: " line only had a bare
20+ e-mail address.
21+
22+ * "git merge" did not refresh the index correctly when a merge resulted in
23+ a fast-forward.
824
925Contains other various documentation fixes.
1026
1127--
1228exec >/var/tmp/1
13- O=v1.6.0
29+ O=v1.6.0-14-g3a634dc
1430echo O=$(git describe maint)
1531git shortlog --no-merges $O..maint
You can’t perform that action at this time.
0 commit comments