Junio C Hamano | dba9194 | 2008-08-17 15:44:11 -0700 | [diff] [blame] | 1 | GIT v1.6.0.1 Release Notes |
| 2 | ========================== |
| 3 | |
| 4 | Fixes since v1.6.0 |
| 5 | ------------------ |
| 6 | |
Junio C Hamano | 5760a6b | 2008-08-24 14:47:24 -0700 | [diff] [blame] | 7 | * "git diff --cc" did not honor content mangling specified by |
| 8 | gitattributes and core.autocrlf when reading from the work tree. |
| 9 | |
Junio C Hamano | 9b99e64 | 2008-08-20 15:19:00 -0700 | [diff] [blame] | 10 | * "git diff --check" incorrectly detected new trailing blank lines when |
| 11 | whitespace check was in effect. |
| 12 | |
| 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. |
| 15 | |
| 16 | * "git format-patch" peeked before the beginning of a string when |
| 17 | "format.headers" variable is empty (a misconfiguration). |
| 18 | |
Junio C Hamano | 5760a6b | 2008-08-24 14:47:24 -0700 | [diff] [blame] | 19 | * "git help help" did not work correctly. |
| 20 | |
Junio C Hamano | 9b99e64 | 2008-08-20 15:19:00 -0700 | [diff] [blame] | 21 | * "git mailinfo" (hence "git am") was unhappy when MIME multipart message |
| 22 | contained garbage after the finishing boundary. |
| 23 | |
| 24 | * "git mailinfo" also was unhappy when the "From: " line only had a bare |
| 25 | e-mail address. |
| 26 | |
| 27 | * "git merge" did not refresh the index correctly when a merge resulted in |
| 28 | a fast-forward. |
Junio C Hamano | dba9194 | 2008-08-17 15:44:11 -0700 | [diff] [blame] | 29 | |
Junio C Hamano | 5760a6b | 2008-08-24 14:47:24 -0700 | [diff] [blame] | 30 | * "git merge" did not resolve a truly trivial merges that can be done |
| 31 | without content level merges. |
Junio C Hamano | dba9194 | 2008-08-17 15:44:11 -0700 | [diff] [blame] | 32 | |
Junio C Hamano | 5760a6b | 2008-08-24 14:47:24 -0700 | [diff] [blame] | 33 | * "git svn dcommit" to a repository with URL that has embedded usernames |
| 34 | did not work correctly. |
| 35 | |
| 36 | Contains other various documentation fixes. |