Skip to content

Commit

Permalink
Merge pull request #6060 from ipfs/feat/git-dirty
Browse files Browse the repository at this point in the history
mk: change git-hash command to include information about modifications
  • Loading branch information
Stebalien authored Mar 6, 2019
2 parents cc315dc + c8c0c48 commit 3702368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mk/git.mk
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
git-hash:=$(shell git rev-parse --short HEAD 2>/dev/null)
git-hash:=$(shell git describe --always --match=NeVeRmAtCh --dirty 2>/dev/null)

0 comments on commit 3702368

Please sign in to comment.