1 GIT v1.6.0.1 Release Notes
2 ==========================
7 * "git diff --cc" did not honor content mangling specified by
8 gitattributes and core.autocrlf when reading from the work tree.
10 * "git diff --check" incorrectly detected new trailing blank lines when
11 whitespace check was in effect.
13 * "git for-each-ref" tried to dereference NULL when asked for '%(body)" on
14 a tag with a single incomplete line as its payload.
16 * "git format-patch" peeked before the beginning of a string when
17 "format.headers" variable is empty (a misconfiguration).
19 * "git help help" did not work correctly.
21 * "git mailinfo" (hence "git am") was unhappy when MIME multipart message
22 contained garbage after the finishing boundary.
24 * "git mailinfo" also was unhappy when the "From: " line only had a bare
27 * "git merge" did not refresh the index correctly when a merge resulted in
30 * "git merge" did not resolve a truly trivial merges that can be done
31 without content level merges.
33 * "git svn dcommit" to a repository with URL that has embedded usernames
34 did not work correctly.
36 Contains other various documentation fixes.