DO not track unstashed changes for now
authoruser <balthazar@yandex.ru>
Wed, 29 Dec 2021 11:26:21 +0000 (14:26 +0300)
committeruser <balthazar@yandex.ru>
Wed, 29 Dec 2021 11:26:21 +0000 (14:26 +0300)
share/genbuild.sh

index 8af3f1f..0dff4ba 100755 (executable)
@@ -21,8 +21,8 @@ if [ -e "$(which git)" ]; then
     # clean 'dirty' status of touched files that haven't been modified
     git diff >/dev/null 2>/dev/null 
 
-    # get a string like "v0.6.0-66-g59887e8-dirty"
-    DESC="$(git describe --dirty 2>/dev/null)"
+    # get a string like "v0.6.0-66-g59887e8"
+    DESC="$(git describe 2>/dev/null)"
 
     # get a string like "2012-04-10 16:27:19 +0200"
     TIME="$(git log -n 1 --format="%ci")"