Skip to content

Commit 9b99e64

Browse files
committed
Update draft release notes for 1.6.0.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3a634dc commit 9b99e64

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

Documentation/RelNotes-1.6.0.1.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,28 @@ GIT v1.6.0.1 Release Notes
44
Fixes 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

925
Contains other various documentation fixes.
1026

1127
--
1228
exec >/var/tmp/1
13-
O=v1.6.0
29+
O=v1.6.0-14-g3a634dc
1430
echo O=$(git describe maint)
1531
git shortlog --no-merges $O..maint

0 commit comments

Comments
 (0)