git-p4: Fix one-liner in p4_write_pipe function.
[git/dscho.git] / Documentation / RelNotes-1.6.0.1.txt
blobbac117e89d5553710d203a2c5adfb12a67962ff2
1 GIT v1.6.0.1 Release Notes
2 ==========================
4 Fixes since v1.6.0
5 ------------------
7 * "git diff --check" incorrectly detected new trailing blank lines when
8   whitespace check was in effect.
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.
13 * "git format-patch" peeked before the beginning of a string when
14   "format.headers" variable is empty (a misconfiguration).
16 * "git mailinfo" (hence "git am") was unhappy when MIME multipart message
17   contained garbage after the finishing boundary.
19 * "git mailinfo" also was unhappy when the "From: " line only had a bare
20   e-mail address.
22 * "git merge" did not refresh the index correctly when a merge resulted in
23   a fast-forward.
25 Contains other various documentation fixes.
28 exec >/var/tmp/1
29 O=v1.6.0-14-g3a634dc
30 echo O=$(git describe maint)
31 git shortlog --no-merges $O..maint