From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29601 invoked from network); 30 Sep 2007 18:41:00 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Sep 2007 18:41:00 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 82412 invoked from network); 30 Sep 2007 18:40:55 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Sep 2007 18:40:55 -0000 Received: (qmail 11083 invoked by alias); 30 Sep 2007 18:40:53 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23872 Received: (qmail 11065 invoked from network); 30 Sep 2007 18:40:52 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Sep 2007 18:40:52 -0000 Received: (qmail 82132 invoked from network); 30 Sep 2007 18:40:52 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 30 Sep 2007 18:40:47 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id B6C625C368; Sun, 30 Sep 2007 14:40:45 -0400 (EDT) Date: Sun, 30 Sep 2007 14:40:45 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Cc: Romain Francoise Subject: PATCH: _git (config) Message-ID: <20070930184045.GA32320@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk, Romain Francoise MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-11) 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'