Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _git (config)



Complete config as a subcommand.

Index: Completion/Unix/Command/_git
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_git,v
retrieving revision 1.33
diff -u -r1.33 _git
--- Completion/Unix/Command/_git	30 Sep 2007 18:18:18 -0000	1.33
+++ Completion/Unix/Command/_git	30 Sep 2007 18:36:46 -0000
@@ -254,6 +254,7 @@
 
   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'



Messages sorted by: Reverse Date, Date, Thread, Author