We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc315dc + c8c0c48 commit 3702368Copy full SHA for 3702368
mk/git.mk
@@ -1 +1,2 @@
1
-git-hash:=$(shell git rev-parse --short HEAD 2>/dev/null)
+git-hash:=$(shell git describe --always --match=NeVeRmAtCh --dirty 2>/dev/null)
2
+
0 commit comments