Skip to content

Commit 7ee07d2

Browse files
committed
Use dirty flag
1 parent cdc3251 commit 7ee07d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ M3US = $(VARIANTS_MP3:%=%.m3u)
2525
ADDL_LYS = $(filter EOGa%.ly,$(LYS))
2626
STD_LYS = $(filter-out EOGa%.ly,$(LYS))
2727

28-
GITREV := $(shell git describe --long --always --match="v*")
28+
GITREV := $(shell git describe --dirty --long --always --match="v*")
2929

3030
HEADERS = hymnnumber title poet composer meter tunename
3131
ADDL_HEADERS = hymnnumber composer meter tunename

0 commit comments

Comments
 (0)