From 968336eddac1874c56cd934d10783566af5a3e26 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 30 Jul 2009 02:14:33 +0200 Subject: [PATCH] Git installer: create an annotated tag Signed-off-by: Johannes Schindelin --- share/WinGit/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/WinGit/release.sh b/share/WinGit/release.sh index 91c5e4e2..436f6da6 100644 --- a/share/WinGit/release.sh +++ b/share/WinGit/release.sh @@ -74,4 +74,4 @@ sed -e "s/%APPVERSION%/$version/" -e "s@%OUTPUTDIR%@$homewinpath@" \ < /share/WinGit/install.iss > $TMPDIR/install.iss && echo "Lauching Inno Setup compiler ..." && /share/InnoSetup/ISCC.exe "$TMPDIR/install.iss" /q | grep -Ev "\s*Reading|\s*Compressing" && -(cd / && git tag Git-$1) +(cd / && git tag -a -m "Git for Windows $1" Git-$1) -- 2.11.4.GIT