1 GIT v1.5.6.4 Release Notes
2 ==========================
7 * Various commands could overflow its internal buffer on a platform
8 with small PATH_MAX value in a repository that has contents with
11 * There wasn't a way to make --pretty=format:%<> specifiers to honor
12 .mailmap name rewriting for authors and committers. Now you can with
15 * Bash completion wasted too many cycles; this has been optimized to be
18 * Bash completion lost ref part when completing something like "git show
21 * "git-cvsserver" did not clean up its temporary working area after annotate
24 * "git-daemon" called syslog() from its signal handler, which was a
27 * "git-fetch" into an empty repository used to remind that the fetch will
28 be huge by saying "no common commits", but this was an unnecessary
29 noise; it is already known by the user anyway.
31 * "git-mailinfo" (hence "git-am") did not correctly handle in-body [PATCH]
32 line to override the commit title taken from the mail Subject header.
34 * "git-rebase -i -p" lost parents that are not involved in the history
37 Contains other various documentation fixes.
41 echo O=$(git describe maint)
42 O=v1.5.6.3-21-gebcce31
43 git shortlog --no-merges $O..maint