diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_git | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 16d9b9116..120c7b406 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -254,6 +254,7 @@ _git_commands () { local -a ancillary_commands ancillary_commands=( + 'config:get and set repository or global options' 'convert-objects:convert old-style git repository' 'for-each-ref:output information on each ref' 'get-tar-commit-id:extract commit ID from an archive created using tar-tree' |