1GIT v1.6.0.4 Release Notes 2========================== 3 4Fixes since v1.6.0.3 5-------------------- 6 7* 'git-add -p' said "No changes" when only binary files were changed. 8 9* git-archive did not work correctly in bare repositories. 10 11* when we refuse to detect renames because there are too many new or 12 deleted files, we did not say how many there are. 13 14* 'git-push --mirror' tried and failed to push the stash; there is no 15 point in sending it to begin with. 16 17* 'git-send-email' had a small fd leak while scanning directory. 18 19* git-svn used deprecated 'git-foo' form of subcommand invocaition. 20 21* Plugged small memleaks here and there. 22 23* Also contains many documentation updates. 24 25-- 26exec >/var/tmp/1 27O=v1.6.0.3-22-gc2163c6 28echo O=$(git describe maint) 29git shortlog --no-merges $O..maint