diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-08-10 10:24:04 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-08-10 10:24:04 -0700 |
| commit | 995c71986acb1194d9c747eb3c12403db1a7ab66 (patch) | |
| tree | 74cb770bf8cc6a602a89d7006cd0b34d8f824650 /help.h | |
| parent | abde3d39eca4df00a7e1636b4dfea43d739dd156 (diff) | |
| parent | f442f28a81b56d99b803be221ba397f2a586c88e (diff) | |
| download | git-995c71986acb1194d9c747eb3c12403db1a7ab66.tar.gz | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
