Skip to content

Commit 9d3043c

Browse files
committed
Update draft release notes for 1.6.1.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 78f111e commit 9d3043c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/RelNotes-1.6.1.1.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ Fixes since v1.6.1
99

1010
* "git checkout $tree" did not trigger an error.
1111

12+
* "git commit" tried to remove COMMIT_EDITMSG from the work tree by mistake.
13+
1214
* "git describe --all" complained when a commit is described with a tag,
1315
which was nonsense.
1416

17+
* "git fsck branch" did not work as advertised; instead it behaved the same
18+
way as "git fsck".
19+
1520
* "git log --pretty=format:%s" did not handle a multi-line subject the
1621
same way as built-in log listers (i.e. shortlog, --pretty=oneline, etc.)
1722

@@ -38,7 +43,7 @@ Other documentation updates.
3843

3944
---
4045
exec >/var/tmp/1
41-
O=v1.6.1-47-g914186a
46+
O=v1.6.1-60-g78f111e
4247
echo O=$(git describe maint)
4348
git shortlog --no-merges $O..maint
4449

0 commit comments

Comments
 (0)