We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03e9d8 commit ad43fcbCopy full SHA for ad43fcb
Makefile
@@ -18,7 +18,7 @@ fuse.o: fuse.c common.h
18
xmpp.o: xmpp.c common.h
19
20
version.c:
21
- echo "char HateXMPP_ver[] = "\"0.2-`git log -n1 --pretty=format:%H`\""; char * getversion(void) { return HateXMPP_ver; }" > version.c
+ echo "char HateXMPP_ver[] = "\"0.2-`git log --no-show-signature -n1 --pretty=format:%H`\""; char * getversion(void) { return HateXMPP_ver; }" > version.c
22
23
.PHONY: clean
24
0 commit comments