Skip to content

Commit

Permalink
Update draft release notes for 1.6.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jan 18, 2009
1 parent 78f111e commit 9d3043c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Documentation/RelNotes-1.6.1.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ Fixes since v1.6.1

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

* "git commit" tried to remove COMMIT_EDITMSG from the work tree by mistake.

* "git describe --all" complained when a commit is described with a tag,
which was nonsense.

* "git fsck branch" did not work as advertised; instead it behaved the same
way as "git fsck".

* "git log --pretty=format:%s" did not handle a multi-line subject the
same way as built-in log listers (i.e. shortlog, --pretty=oneline, etc.)

Expand All @@ -38,7 +43,7 @@ Other documentation updates.

---
exec >/var/tmp/1
O=v1.6.1-47-g914186a
O=v1.6.1-60-g78f111e
echo O=$(git describe maint)
git shortlog --no-merges $O..maint

0 comments on commit 9d3043c

Please sign in to comment.