Junio C Hamano | 20bd3b0 | 2008-05-25 21:11:24 -0700 | [diff] [blame] | 1 | GIT v1.5.5.2 Release Notes |
| 2 | ========================== |
| 3 | |
| 4 | Fixes since v1.5.5.1 |
| 5 | -------------------- |
| 6 | |
| 7 | * "git repack -n" was mistakenly made no-op earlier. |
| 8 | |
| 9 | * "git imap-send" wanted to always have imap.host even when use of |
| 10 | imap.tunnel made it unnecessary. |
| 11 | |
| 12 | * reflog syntax that uses time e.g. "HEAD@{10 seconds ago}:path" did not |
| 13 | stop parsing at the closing "}". |
| 14 | |
| 15 | * "git rev-parse --symbolic-full-name ^master^2" printed solitary "^", |
| 16 | but it should print nothing. |
| 17 | |
| 18 | * "git commit" did not detect when it failed to write tree objects. |
| 19 | |
| 20 | * "git fetch" sometimes transferred too many objects unnecessarily. |
| 21 | |
| 22 | * a path specification "a/b" in .gitattributes file should not match |
| 23 | "sub/a/b". |
| 24 | |
| 25 | * various gitweb fixes. |
| 26 | |
| 27 | Also comes with various documentation updates. |