From: Junio C Hamano Date: Mon, 29 Dec 2008 09:17:34 +0000 (-0800) Subject: Prepare for v1.6.1.1 maintenance release X-Git-Tag: v1.6.1.1~36 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=936b7057e8401665a2d106e8de018561db6333fe;p=git.git Prepare for v1.6.1.1 maintenance release Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes-1.6.1.1.txt b/Documentation/RelNotes-1.6.1.1.txt new file mode 100644 index 000000000..10b38e6ec --- /dev/null +++ b/Documentation/RelNotes-1.6.1.1.txt @@ -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 + diff --git a/RelNotes b/RelNotes index 3d420845b..2ebf251dd 120000 --- 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