1GIT v1.6.1.1 Release Notes2==========================34Fixes since v1.6.15------------------67* "git apply" took file modes from the patch text and updated the mode8bits 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 the16same way as built-in log listers (i.e. shortlog, --pretty=oneline, etc.)1718* "git daemon", and "git merge-file" are more careful when freopen fails19and barf, instead of going on and writing to unopened filehandle.2021* "git http-push" did not like some RFC 4918 compliant DAV server22responses.2324* "git merge -s recursive" mistakenly overwritten an untracked file in the25work tree upon delete/modify conflict.2627* "git merge -s recursive" didn't leave the index unmerged for entries with28rename/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 of35marking the first commit to be "squash"ed.3637Other documentation updates.3839---40exec >/var/tmp/141O=v1.6.1-47-g914186a42echo O=$(git describe maint)43git shortlog --no-merges $O..maint44