1 GIT v1.5.5.2 Release Notes
2 ==========================
7 * "git repack -n" was mistakenly made no-op earlier.
9 * "git imap-send" wanted to always have imap.host even when use of
10 imap.tunnel made it unnecessary.
12 * reflog syntax that uses time e.g. "HEAD@{10 seconds ago}:path" did not
13 stop parsing at the closing "}".
15 * "git rev-parse --symbolic-full-name ^master^2" printed solitary "^",
16 but it should print nothing.
18 * "git commit" did not detect when it failed to write tree objects.
20 * "git fetch" sometimes transferred too many objects unnecessarily.
22 * a path specification "a/b" in .gitattributes file should not match
25 * various gitweb fixes.
27 Also comes with various documentation updates.