1GIT v1.6.0.4 Release Notes
2==========================
34
Fixes since v1.6.0.3
5--------------------
67
* 'git add -p' said "No changes" when only binary files were changed.
89
* 'git archive' did not work correctly in bare repositories.
1011
* 'git checkout -t -b newbranch' when you are on detached HEAD was broken.
1213
* when we refuse to detect renames because there are too many new or
14deleted files, 'git diff' did not say how many there are.
1516
* 'git push --mirror' tried and failed to push the stash; there is no
17point in sending it to begin with.
1819
* 'git pull $there $branch:$current_branch' did not work when you were on
20a branch yet to be born.
2122
* when giving up resolving a conflicted merge, 'git reset --hard' failed
23to remove new paths from the working tree.
2425
* 'git send-email' had a small fd leak while scanning directory.
2627
* 'git status' incorrectly reported a submodule directory as an untracked
28directory.
2930
* 'git svn' used deprecated 'git-foo' form of subcommand invocaition.
3132
* Plugged small memleaks here and there.
3334
* Also contains many documentation updates.
3536
--
37exec >/var/tmp/1
38O=v1.6.0.3-34-gf6276b7
39echo O=$(git describe maint)
40git shortlog --no-merges $O..maint