Junio C Hamano | 2be10bb | 2010-03-31 15:12:08 -0700 | [diff] [blame] | 1 | Git v1.7.0.4 Release Notes |
| 2 | ========================== |
Junio C Hamano | e07665e | 2010-03-28 21:32:25 -0700 | [diff] [blame] | 3 | |
| 4 | Fixes since v1.7.0.3 |
| 5 | -------------------- |
| 6 | |
Junio C Hamano | 2be10bb | 2010-03-31 15:12:08 -0700 | [diff] [blame] | 7 | * Optimized ntohl/htonl on big-endian machines were broken. |
| 8 | |
Junio C Hamano | e07665e | 2010-03-28 21:32:25 -0700 | [diff] [blame] | 9 | * Color values given to "color.<cmd>.<slot>" configuration can now have |
| 10 | more than one attributes (e.g. "bold ul"). |
| 11 | |
| 12 | * "git add -u nonexistent-path" did not complain. |
| 13 | |
| 14 | * "git apply --whitespace=fix" didn't work well when an early patch in |
| 15 | a patch series adds trailing blank lines and a later one depended on |
| 16 | such a block of blank lines at the end. |
| 17 | |
| 18 | * "git fast-export" didn't check error status and stop when marks file |
| 19 | cannot be opened. |
| 20 | |
Junio C Hamano | 2be10bb | 2010-03-31 15:12:08 -0700 | [diff] [blame] | 21 | * "git format-patch --ignore-if-in-upstream" gave unwarranted errors |
| 22 | when the range was empty, instead of silently finishing. |
| 23 | |
| 24 | * "git remote prune" did not detect remote tracking refs that became |
| 25 | dangling correctly. |
| 26 | |
Junio C Hamano | e07665e | 2010-03-28 21:32:25 -0700 | [diff] [blame] | 27 | And other minor fixes and documentation updates. |