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.
2 parents 2c8c407 + 5d14258 commit 4e0ea8eCopy full SHA for 4e0ea8e
Makefile
@@ -2044,7 +2044,7 @@ $(BUILT_INS): git$X
2044
2045
command-list.h: generate-cmdlist.sh command-list.txt
2046
2047
-command-list.h: $(wildcard Documentation/git*.txt)
+command-list.h: $(wildcard Documentation/git*.txt) Documentation/config.txt
2048
$(QUIET_GEN)$(SHELL_PATH) ./generate-cmdlist.sh command-list.txt >$@+ && mv $@+ $@
2049
2050
SCRIPT_DEFINES = $(SHELL_PATH_SQ):$(DIFF_SQ):$(GIT_VERSION):\
0 commit comments