Merge branch 'jk/maint-ls-files-other' into maint
[git/dscho.git] / Documentation / RelNotes-1.6.0.4.txt
blob4a4530b7284105a86083edfdc2ae0895e06ac338
1 GIT v1.6.0.4 Release Notes
2 ==========================
4 Fixes since v1.6.0.3
5 --------------------
7 * 'git-add -p' said "No changes" when only binary files were changed.
9 * git-archive did not work correctly in bare repositories.
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.
14 * 'git-push --mirror' tried and failed to push the stash; there is no
15   point in sending it to begin with.
17 * 'git-send-email' had a small fd leak while scanning directory.
19 * git-svn used deprecated 'git-foo' form of subcommand invocaition.
21 * Plugged small memleaks here and there.
23 * Also contains many documentation updates.
26 exec >/var/tmp/1
27 O=v1.6.0.3-22-gc2163c6
28 echo O=$(git describe maint)
29 git shortlog --no-merges $O..maint