X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fhowto%2Fmake-dist.txt;h=00e330b29357ee2edfb37b0d0076747afe75d7e2;hb=21dbe12c76e43735dc623067c1b09ef43519d9fc;hp=132d5eca66ecd095c14b07a3c6a01fd9abc125bd;hpb=51017101c7a308745ba3c04944457f1dc6a55780;p=git.git diff --git a/Documentation/howto/make-dist.txt b/Documentation/howto/make-dist.txt index 132d5eca..00e330b2 100644 --- a/Documentation/howto/make-dist.txt +++ b/Documentation/howto/make-dist.txt @@ -32,7 +32,7 @@ This is my crappy "release-script": stable="$1" last="$2" new="$3" - echo "# git-tag-script v$new" + echo "# git-tag v$new" echo "git-tar-tree v$new linux-$new | gzip -9 > ../linux-$new.tar.gz" echo "git-diff-tree -p v$stable v$new | gzip -9 > ../patch-$new.gz" echo "git-rev-list --pretty v$new ^v$last > ../ChangeLog-$new"