1 GIT v1.5.6.2 Release Notes
2 ==========================
7 * "git-shell" accepts requests without a dash between "git" and
8 subcommand name (e.g. "git upload-pack") which the newer client will
9 start to make sometime in the future.
14 * Optimization for a large import via "git-svn" introduced in v1.5.6 had a
15 serious memory and temporary file leak, which made it unusable for
16 moderately large import.
18 * "git-svn" mangled remote nickname used in the configuration file
21 * "git diff --check" did not report the result via its exit status
24 * "git show" segfaulted when an annotated tag that points at another
25 annotated tag was given to it.
29 echo O=$(git describe maint)
30 O=v1.5.6.1-13-g4f3dcc2
31 git shortlog --no-merges $O..maint