Merge branch 'jc/maint-do-not-switch-to-non-commit' into maint
[git/trast.git] / Documentation / RelNotes-1.6.1.1.txt
blob10b38e6ec1cd588c3e8ac870ba0e843db42a8cee
1 GIT v1.6.1.1 Release Notes
2 ==========================
4 Fixes since v1.6.1
5 ------------------
7 * "git describe --all" complained when a commit is described with a tag,
8   which was nonsense.
10 * "git log --pretty=format:%s" did not handle a multi-line subject the
11   same way as built-in log listers (i.e. shortlog, --pretty=oneline, etc.)
13 * "git daemon", and "git merge-file" are more careful when freopen fails
14   and barf, instead of going on and writing to unopened filehandle.
16 Other documentation fixes.
18 ---
19 exec >/var/tmp/1
20 O=v1.6.1-15-ga9e67c8
21 echo O=$(git describe maint)
22 git shortlog --no-merges $O..maint