diff options
author | 2020-08-10 10:24:04 -0700 | |
---|---|---|
committer | 2020-08-10 10:24:04 -0700 | |
commit | 995c71986acb1194d9c747eb3c12403db1a7ab66 (patch) | |
tree | 74cb770bf8cc6a602a89d7006cd0b34d8f824650 /builtin | |
parent | Merge branch 'so/rev-parser-errormessage-fix' (diff) | |
parent | git.txt: add list of guides (diff) | |
download | tgif-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 'builtin')
-rw-r--r-- | builtin/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/help.c b/builtin/help.c index 299206eb57..bb339f0fc8 100644 --- a/builtin/help.c +++ b/builtin/help.c @@ -579,7 +579,7 @@ int cmd_help(int argc, const char **argv, const char *prefix) } if (show_guides) - list_common_guides_help(); + list_guides_help(); if (show_all || show_guides) { printf("%s\n", _(git_more_info_string)); |