aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-27 14:33:42 -0700
committerJunio C Hamano <gitster@pobox.com>2018-08-27 14:33:42 -0700
commit6e96e88ae43e8c78ec0066b0ee87d53987b14098 (patch)
tree8a5fd127cbdaaf98f4a5aa607e45eb72f21bc19d /Makefile
parent7ae96e3fcfcd4f3d7c18965eb8805554a9e432bc (diff)
parenteb90ea79c59197e25a40fc3414a75d977f8a8f56 (diff)
downloadgit-6e96e88ae43e8c78ec0066b0ee87d53987b14098.tar.xz
Merge branch 'nd/complete-config-vars'
"git help --config" (which is used in command line completion) missed the configuration variables not described in the main config.txt file but are described in another file that is included by it, which has been corrected. * nd/complete-config-vars: generate-cmdlist.sh: collect config from all config.txt files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d03df31c2a..5a969f5830 100644
--- a/Makefile
+++ b/Makefile
@@ -2047,7 +2047,7 @@ $(BUILT_INS): git$X
command-list.h: generate-cmdlist.sh command-list.txt
-command-list.h: $(wildcard Documentation/git*.txt) Documentation/config.txt
+command-list.h: $(wildcard Documentation/git*.txt) Documentation/*config.txt
$(QUIET_GEN)$(SHELL_PATH) ./generate-cmdlist.sh command-list.txt >$@+ && mv $@+ $@
SCRIPT_DEFINES = $(SHELL_PATH_SQ):$(DIFF_SQ):$(GIT_VERSION):\