Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _git (config)
- X-seq: zsh-workers 23872
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _git (config)
- Date: Sun, 30 Sep 2007 14:40:45 -0400
- Cc: Romain Francoise <rfrancoise@xxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, Romain Francoise <rfrancoise@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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