Merge branch 'jc/maint-reflog-bad-timestamp' into maint
[git/dscho.git] / Documentation / RelNotes-1.6.5.6.txt
bloba9eaf76f62e3bd2a0b096a71cb3eab5719ecdcda
1 Git v1.6.5.6 Release Notes
2 ==========================
4 Fixes since v1.6.5.5
5 --------------------
7  * "git add -p" had a regression since v1.6.5.3 that broke deletion of
8    non-empty files.
10  * "git archive -o o.zip -- Makefile" produced an archive in o.zip
11    but in POSIX tar format.
13  * Error message given to "git pull --rebase" when the user didn't give
14    enough clue as to what branch to integrate with still talked about
15    "merging with" the branch.
17  * Error messages given by "git merge" when the merge resulted in a
18    fast-forward still were in plumbing lingo, even though in v1.6.5
19    we reworded messages in other cases.
21  * The post-upload-hook run by upload-pack in response to "git fetch" has
22    been removed, due to security concerns (the hook first appeared in
23    1.6.5).