Skip to content

Commit 936b705

Browse files
committed
Prepare for v1.6.1.1 maintenance release
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a9e67c8 commit 936b705

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Documentation/RelNotes-1.6.1.1.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
GIT v1.6.1.1 Release Notes
2+
==========================
3+
4+
Fixes 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+
16+
Other documentation fixes.
17+
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
23+

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.6.1.txt
1+
Documentation/RelNotes-1.6.1.1.txt

0 commit comments

Comments
 (0)