]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/RelNotes-1.6.1.1.txt
Merge branch 'maint-1.6.0' into maint
[thirdparty/git.git] / Documentation / RelNotes-1.6.1.1.txt
CommitLineData
936b7057
JH
1GIT v1.6.1.1 Release Notes
2==========================
3
4Fixes since v1.6.1
5------------------
6
7* "git describe --all" complained when a commit is described with a tag,
8 which was nonsense.
9
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.)
12
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.
15
16Other documentation fixes.
17
18---
19exec >/var/tmp/1
20O=v1.6.1-15-ga9e67c8
21echo O=$(git describe maint)
22git shortlog --no-merges $O..maint
23