From: Marco Peereboom Date: Thu, 14 Apr 2016 14:35:21 +0000 (-0500) Subject: give up on printing tag X-Git-Tag: SPECTRWM_3_0_0~22 X-Git-Url: https://code.delx.au/spectrwm/commitdiff_plain/0f2ef41b3d637ee5406e601c55d46d38126bb3f8 give up on printing tag --- diff --git a/buildver.sh b/buildver.sh index 08c73bf..6db2a99 100644 --- a/buildver.sh +++ b/buildver.sh @@ -3,5 +3,5 @@ CURDIR=$(dirname $0) if [ -d "$CURDIR/.git" ]; then cd "$CURDIR" - echo $(git describe --abbrev=0 --tags)-$(git rev-parse HEAD | tail -c 9) + echo $(git rev-parse HEAD) fi