summaryrefslogtreecommitdiff
path: root/help.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-08-10 10:24:04 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-08-10 10:24:04 -0700
commit995c71986acb1194d9c747eb3c12403db1a7ab66 (patch)
tree74cb770bf8cc6a602a89d7006cd0b34d8f824650 /help.h
parentMerge branch 'so/rev-parser-errormessage-fix' (diff)
parentgit.txt: add list of guides (diff)
downloadtgif-995c71986acb1194d9c747eb3c12403db1a7ab66.tar.xz
Merge branch 'pb/guide-docs'
Update "git help guides" documentation organization. * pb/guide-docs: git.txt: add list of guides Documentation: don't hardcode command categories twice help: drop usage of 'common' and 'useful' for guides command-list.txt: add missing 'gitcredentials' and 'gitremote-helpers'
Diffstat (limited to 'help.h')
-rw-r--r--help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.h b/help.h
index 500521b908..dc02458855 100644
--- a/help.h
+++ b/help.h
@@ -21,7 +21,7 @@ static inline void mput_char(char c, unsigned int num)
void list_common_cmds_help(void);
void list_all_cmds_help(void);
-void list_common_guides_help(void);
+void list_guides_help(void);
void list_all_main_cmds(struct string_list *list);
void list_all_other_cmds(struct string_list *list);