Skip to content

Commit 78a6543

Browse files
committed
Use dirty flag
1 parent 7e28341 commit 78a6543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)