From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1986 invoked from network); 21 Aug 2008 00:36:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) 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.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 Aug 2008 00:36:18 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 15203 invoked from network); 21 Aug 2008 00:36:10 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Aug 2008 00:36:10 -0000 Received: (qmail 7845 invoked by alias); 21 Aug 2008 00:35:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25493 Received: (qmail 7832 invoked from network); 21 Aug 2008 00:35:58 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 21 Aug 2008 00:35:58 -0000 Received: from cork.scru.org (cork.scru.org [209.20.67.2]) by bifrost.dotsrc.org (Postfix) with ESMTPS id A2900801E2B4 for ; Thu, 21 Aug 2008 02:35:55 +0200 (CEST) Received: by cork.scru.org (Postfix, from userid 1000) id 5F123104086; Thu, 21 Aug 2008 00:35:54 +0000 (UTC) Date: Thu, 21 Aug 2008 00:35:54 +0000 From: Clint Adams To: zsh-workers@sunsite.dk Subject: git checkout options Message-ID: <20080821003554.GA21161@scru.org> Mail-Followup-To: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: ClamAV 0.92.1/8060/Wed Aug 20 22:17:24 2008 on bifrost X-Virus-Status: Clean Regarding the git checkout -q HEAD blah example, if -q is valid in both the switch-branch and update-files contexts, it should go up here. Index: Completion/Unix/Command/_git =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_git,v retrieving revision 1.85 diff -u -r1.85 _git --- Completion/Unix/Command/_git 21 Aug 2008 00:13:07 -0000 1.85 +++ Completion/Unix/Command/_git 21 Aug 2008 00:33:35 -0000 @@ -1549,8 +1549,8 @@ '*::file:->files' && ret=0 else _arguments -C -S \ - - switch-branch \ '-q[suppress feedback messages]' \ + - switch-branch \ '-f[force a complete re-read]' \ '-b[create a new branch based at given branch]: :__git_guard_branch-name' \ {-t,--track}'[set up configuration so pull merges from the start point]' \