Skip to content

Commit 3702368

Browse files
authored
Merge pull request #6060 from ipfs/feat/git-dirty
mk: change git-hash command to include information about modifications
2 parents cc315dc + c8c0c48 commit 3702368

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mk/git.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
git-hash:=$(shell git rev-parse --short HEAD 2>/dev/null)
1+
git-hash:=$(shell git describe --always --match=NeVeRmAtCh --dirty 2>/dev/null)
2+

0 commit comments

Comments
 (0)