Move setup_diff_pager to libgit.a
[git/jnareb-git.git] / Documentation / RelNotes / 1.5.5.2.txt
blob391a7b02eaf32d930e7c9c274dfd2a2edf081f75
1 GIT v1.5.5.2 Release Notes
2 ==========================
4 Fixes since v1.5.5.1
5 --------------------
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
23    "sub/a/b".
25  * various gitweb fixes.
27 Also comes with various documentation updates.