From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24731 invoked from network); 4 Aug 2007 16:44:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) 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.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Aug 2007 16:44:53 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 57983 invoked from network); 4 Aug 2007 16:44:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Aug 2007 16:44:47 -0000 Received: (qmail 17906 invoked by alias); 4 Aug 2007 16:44:45 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23740 Received: (qmail 17897 invoked from network); 4 Aug 2007 16:44:45 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Aug 2007 16:44:45 -0000 Received: (qmail 57689 invoked from network); 4 Aug 2007 16:44:45 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 4 Aug 2007 16:44:42 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 0E0315C728; Sat, 4 Aug 2007 12:44:41 -0400 (EDT) Date: Sat, 4 Aug 2007 12:44:42 -0400 From: Clint Adams To: Matthieu Moy Cc: zsh-workers@sunsite.dk Subject: Re: [PATCH] Many missing options for git-diff zsh completion Message-ID: <20070804164442.GA14086@scowler.net> Mail-Followup-To: Matthieu Moy , zsh-workers@sunsite.dk References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-11) On Fri, Aug 03, 2007 at 02:56:59PM +0200, Matthieu Moy wrote: > git-diff has a lot more options that the latest _git file has. > > Here's a patch that adds them (feel free to remove a few of them if > you do not believe they're common enough, but the list seems fine as > it is). Committed, thanks.