Skip to content

Commit

Permalink
Prepare for v1.6.1.1 maintenance release
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 Dec 29, 2008
1 parent a9e67c8 commit 936b705
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions Documentation/RelNotes-1.6.1.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
GIT v1.6.1.1 Release Notes
==========================

Fixes since v1.6.1
------------------

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

* "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.)

* "git daemon", and "git merge-file" are more careful when freopen fails
and barf, instead of going on and writing to unopened filehandle.

Other documentation fixes.

---
exec >/var/tmp/1
O=v1.6.1-15-ga9e67c8
echo O=$(git describe maint)
git shortlog --no-merges $O..maint

2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit 936b705

Please sign in to comment.