about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_git1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4db660d42..148d6749f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-09-30  Clint Adams  <clint@zsh.org>
 
+	* 23872: Completion/Unix/Command/_git: complete git
+	config in subcommand position.
+
 	* 23870: Completion/Unix/Command/_git: completion for git
 	mergetool.
 
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'