Work around gcc warnings from curl headers
[git/dscho.git] / Documentation / RelNotes-1.5.6.2.txt
blob02d5910d5c89436b3de29fec5df633dd93a6eb4a
1 GIT v1.5.6.2 Release Notes
2 ==========================
4 Futureproof
5 -----------
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.
11 Fixes since v1.5.6.1
12 --------------------
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
19   unnecessarily.
21 * "git diff --check" did not report the result via its exit status
22   reliably.
24 * "git show" segfaulted when an annotated tag that points at another
25   annotated tag was given to it.
28 exec >/var/tmp/1
29 echo O=$(git describe maint)
30 O=v1.5.6.1-13-g4f3dcc2
31 git shortlog --no-merges $O..maint