From: Junio C Hamano Date: Fri, 9 Nov 2007 08:17:26 +0000 (-0800) Subject: Start preparing for 1.5.3.6 X-Git-Tag: v1.5.3.6~25 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b9217c09386e5313ac6a54cc91cf03149514154b;p=git.git Start preparing for 1.5.3.6 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes-1.5.3.6.txt b/Documentation/RelNotes-1.5.3.6.txt new file mode 100644 index 000000000..06e44f773 --- /dev/null +++ b/Documentation/RelNotes-1.5.3.6.txt @@ -0,0 +1,21 @@ +GIT v1.5.3.6 Release Notes +========================== + +Fixes since v1.5.3.5 +-------------------- + + * git-cvsexportcommit handles root commits better; + + * git-svn dcommit used to clobber when sending a series of + patches; + + * git-grep sometimes refused to work when your index was + unmerged; + + * Quite a lot of documentation clarifications. + +-- +exec >/var/tmp/1 +O=v1.5.3.5-32-gcb6c162 +echo O=`git describe refs/heads/maint` +git shortlog --no-merges $O..refs/heads/maint diff --git a/RelNotes b/RelNotes index a1ee57eb5..07ff9722c 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes-1.5.3.5.txt \ No newline at end of file +Documentation/RelNotes-1.5.3.6.txt \ No newline at end of file