1GIT v1.6.1.1 Release Notes
2==========================
34
Fixes since v1.6.1
5------------------
67
* "git apply" took file modes from the patch text and updated the mode
8bits of the target tree even when the patch was not about mode changes.
910
* "git checkout $tree" did not trigger an error.
1112
* "git describe --all" complained when a commit is described with a tag,
13which was nonsense.
1415
* "git log --pretty=format:%s" did not handle a multi-line subject the
16same way as built-in log listers (i.e. shortlog, --pretty=oneline, etc.)
1718
* "git daemon", and "git merge-file" are more careful when freopen fails
19and barf, instead of going on and writing to unopened filehandle.
2021
* "git http-push" did not like some RFC 4918 compliant DAV server
22responses.
2324
* "git merge -s recursive" mistakenly overwritten an untracked file in the
25work tree upon delete/modify conflict.
2627
* "git merge -s recursive" didn't leave the index unmerged for entries with
28rename/delete conflictd.
2930
* "git merge -s recursive" clobbered untracked files in the work tree.
3132
* "git mv -k" with more than one errorneous paths misbehaved.
3334
* "git rebase -i" issued an unnecessary error message upon a user error of
35marking the first commit to be "squash"ed.
3637
Other documentation updates.
3839
---
40exec >/var/tmp/1
41O=v1.6.1-47-g914186a
42echo O=$(git describe maint)
43git shortlog --no-merges $O..maint
44