Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xproduction/git-doclog2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/git-doclog b/production/git-doclog
index 154bb27d8..1c88bc12c 100755
--- a/production/git-doclog
+++ b/production/git-doclog
@@ -14,7 +14,7 @@ else
GITBRANCH='[Not on a branch]'
fi
-GITTAG=$( git describe --abbrev=0 --exact-match --all --contains --tags $GITCOMMIT )
+GITTAG=$( git describe --abbrev=0 --exact-match --contains --tags $GITCOMMIT )
#echo "GITTAG: $GITTAG"
SHORT_TAG=${GITTAG##*/}
#echo "SHORT_TAG: $SHORT_TAG"

Back to the top