We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb11b40 commit d4e1f9eCopy full SHA for d4e1f9e
1 file changed
common.mk
@@ -46,7 +46,7 @@ RUN_OPTS = --disable-gems
46
47
GIT_IN_SRC = $(GIT) -C $(srcdir)
48
GIT_LOG = $(GIT_IN_SRC) log --no-show-signature
49
-GIT_LOG_FORMAT = $(GIT_LOG) --pretty=format:
+GIT_LOG_FORMAT = $(GIT_LOG) "--pretty=format:"
50
51
# GITPULLOPTIONS = --no-tags
52
0 commit comments