From: Junio C Hamano Date: Sun, 17 Aug 2008 22:44:11 +0000 (-0700) Subject: Start 1.6.0.X maintenance series X-Git-Tag: v1.6.0.1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dba9194a49452b5f093b96872e19c91b50e526aa;p=git Start 1.6.0.X maintenance series Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes-1.6.0.1.txt b/Documentation/RelNotes-1.6.0.1.txt new file mode 100644 index 0000000000..3ee85a7993 --- /dev/null +++ b/Documentation/RelNotes-1.6.0.1.txt @@ -0,0 +1,15 @@ +GIT v1.6.0.1 Release Notes +========================== + +Fixes since v1.6.0 +------------------ + +* ... + +Contains other various documentation fixes. + +-- +exec >/var/tmp/1 +O=v1.6.0 +echo O=$(git describe maint) +git shortlog --no-merges $O..maint diff --git a/RelNotes b/RelNotes index b9a53c3416..8f32997335 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes-1.6.0.txt \ No newline at end of file +Documentation/RelNotes-1.6.0.1.txt \ No newline at end of file