]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Prepare for v1.6.1.1 maintenance release
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Dec 2008 09:17:34 +0000 (01:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Dec 2008 09:17:34 +0000 (01:17 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.1.1.txt [new file with mode: 0644]
RelNotes

diff --git a/Documentation/RelNotes-1.6.1.1.txt b/Documentation/RelNotes-1.6.1.1.txt
new file mode 100644 (file)
index 0000000..10b38e6
--- /dev/null
@@ -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
+
index 3d420845b117b3f3eb82d1f0948a61c7989d8af9..2ebf251ddf3c4091ad6b55aef86bfccbd1c612f2 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes-1.6.1.txt
\ No newline at end of file
+Documentation/RelNotes-1.6.1.1.txt
\ No newline at end of file