about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-09-30 18:43:08 +0000
committerClint Adams <clint@users.sourceforge.net>2007-09-30 18:43:08 +0000
commit5696ac5d9c1859a0b65f85b9aa6df71a128056e6 (patch)
tree80f21c61f6621653054ff5ea4b4829eb80ac9632 /Completion
parentcdb57d64ab85191ed589e1877b06030137021b24 (diff)
downloadzsh-5696ac5d9c1859a0b65f85b9aa6df71a128056e6.tar.gz
zsh-5696ac5d9c1859a0b65f85b9aa6df71a128056e6.tar.xz
zsh-5696ac5d9c1859a0b65f85b9aa6df71a128056e6.zip
23872: complete git config in subcommand position.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_git1
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'