1 GIT v1.6.0.1 Release Notes
2 ==========================
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
22 * "git merge" did not refresh the index correctly when a merge resulted in
25 Contains other various documentation fixes.
30 echo O=$(git describe maint)
31 git shortlog --no-merges $O..maint