1GIT v1.5.6.2 Release Notes 2========================== 3 4Futureproof 5----------- 6 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. 10 11Fixes since v1.5.6.1 12-------------------- 13 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. 17 18* "git-svn" mangled remote nickname used in the configuration file 19 unnecessarily. 20 21* "git diff --check" did not report the result via its exit status 22 reliably. 23 24* "git show" segfaulted when an annotated tag that points at another 25 annotated tag was given to it. 26 27-- 28exec >/var/tmp/1 29echo O=$(git describe maint) 30O=v1.5.6.1-13-g4f3dcc2 31git shortlog --no-merges $O..maint