diff --git a/s/update-revision b/s/update-revision index 8f1250f5dc..6aeef2f8ab 100755 --- a/s/update-revision +++ b/s/update-revision @@ -1,6 +1,6 @@ #!/bin/sh if [ -d ../../.git ]; then - git describe --always --exclude='*' --abbrev=40 --dirty + git describe --always --match='' --abbrev=40 --dirty echo 'git' elif [ -d ../../.hg ]; then DIRTY="$(hg status -n --color never --pager never | head -1)"