From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2385 invoked from network); 19 Jan 2009 02:43:43 -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=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; 19 Jan 2009 02:43:43 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 92619 invoked from network); 19 Jan 2009 02:43:34 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Jan 2009 02:43:34 -0000 Received: (qmail 6197 invoked by alias); 19 Jan 2009 02:43:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26360 Received: (qmail 6186 invoked from network); 19 Jan 2009 02:43:29 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 19 Jan 2009 02:43:29 -0000 Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by bifrost.dotsrc.org (Postfix) with ESMTP id 42B748028ACA for ; Mon, 19 Jan 2009 03:43:25 +0100 (CET) Received: by wf-out-1314.google.com with SMTP id 29so2857584wff.3 for ; Sun, 18 Jan 2009 18:43:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Q/vGOccRxSUO7I8hJMLtDzTvd1tWDrh/WhckdD8SQEE=; b=ehD3pwXsgGA6rI8WPEOIvwgT04Obfw+fMdRe0QUYb7rDGxvPNeUxdscYxiq/xNB6+3 ktESTtSy+YdbcgCSiCAqd+KVdC6Ry0bbFJRkd/mBPm10BJHCtfoJ4SNKr6RwQoxEnVE6 o59frgqRIS5c3ttN7OM+cBlMyzRBbPxu/RLIo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=trb8/kq2VxOETtE9uGyHmgX5r44hcnopWSYIA0QKmuJUqztvS9nlZSHhNDrz9NBUua AYJeuqZUaYqNgtKbZbSyNR3MImL85wqpGf/KGhqPgp5ion52ja/wFUUeVbGvVe98pgKP 0cudP79KrmdAdQUxica9insqCYOXoWoWM+Myg= MIME-Version: 1.0 Received: by 10.143.18.21 with SMTP id v21mr447700wfi.149.1232333004730; Sun, 18 Jan 2009 18:43:24 -0800 (PST) Date: Mon, 19 Jan 2009 13:43:24 +1100 Message-ID: <644fc65e0901181843vff0d2cbt74e56d944508a9fc@mail.gmail.com> Subject: PATCH: add --work-tree option to git completion From: Doug Kearns To: zsh-workers@sunsite.dk Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/8875/Mon Jan 19 01:02:33 2009 on bifrost X-Virus-Status: Clean Index: Completion/Unix/Command/_git =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_git,v retrieving revision 1.108 diff -u -r1.108 _git --- Completion/Unix/Command/_git 9 Dec 2008 00:44:50 -0000 1.108 +++ Completion/Unix/Command/_git 18 Jan 2009 15:11:21 -0000 @@ -4306,6 +4306,7 @@ '(-p --paginate)'{-p,--paginate}'[pipe output into $PAGER]' \ '--no-pager[do not pipe git output into a pager]' \ '--git-dir=-[path to repository]:directory:_directories' \ + '--work-tree=-[path to working tree]:directory:_directories' \ '--bare[use $PWD as repository]' \ '*::arg:->cmd_or_options' && return case $state in