aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-05-20 20:40:07 +0200
committerJunio C Hamano <gitster@pobox.com>2018-05-21 13:23:14 +0900
commite11dca10cfb3ef1e561c3e789b346a9719f0344a (patch)
treec90664e9c42d3b5265b23c02127804524e97171d /Documentation/git.txt
parent65b5f9483eafea0ccdea59884da4e00e0cfeee1f (diff)
downloadgit-e11dca10cfb3ef1e561c3e789b346a9719f0344a.tar.gz
completion: add and use --list-cmds=nohelpers
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index c423810eac..820ab77fcb 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -169,7 +169,8 @@ foo.bar= ...`) sets `foo.bar` to the empty string which `git config
groups are: builtins, parseopt (builtin commands that use
parse-options), main (all commands in libexec directory),
others (all other commands in `$PATH` that have git- prefix),
- list-<category> (see categories in command-list.txt)
+ list-<category> (see categories in command-list.txt),
+ nohelpers (exclude helper commands).
GIT COMMANDS
------------