From 8a7a44c85840fb673d2ec69e036e7bbb0e886a8c Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Sun, 20 May 2012 15:11:22 +0200 Subject: [PATCH] Only use abbreviated tag name in generated archive --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 4992886..bb260e4 100755 --- a/release.sh +++ b/release.sh @@ -4,4 +4,4 @@ # extension into two archive files that contain the current # git tag as the version number. -tar cvzf release/LinkTitles-`git describe --tags`.tar.gz gpl-*.txt HISTORY LinkTitles.* --exclude '*~' --transform 's,^,LinkTitles/,' +tar cvzf release/LinkTitles-`git describe --tags --abbrev=0`.tar.gz gpl-*.txt HISTORY LinkTitles.* --exclude '*~' --transform 's,^,LinkTitles/,'