Win: quote equal sign in command line

`cmd.exe` splits the command line also by equal signs, not only by
space characters.
This commit is contained in:
Nobuyoshi Nakada 2025-11-21 13:18:54 +09:00 committed by Nobuyoshi Nakada
parent eb11b40bb5
commit d4e1f9e1b8
Notes: git 2025-11-21 08:34:33 +00:00

View File

@ -46,7 +46,7 @@ RUN_OPTS = --disable-gems
GIT_IN_SRC = $(GIT) -C $(srcdir)
GIT_LOG = $(GIT_IN_SRC) log --no-show-signature
GIT_LOG_FORMAT = $(GIT_LOG) --pretty=format:
GIT_LOG_FORMAT = $(GIT_LOG) "--pretty=format:"
# GITPULLOPTIONS = --no-tags