From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3795 invoked from network); 1 Oct 2007 19:37:18 -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; 1 Oct 2007 19:37:18 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 64005 invoked from network); 1 Oct 2007 19:37:12 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Oct 2007 19:37:12 -0000 Received: (qmail 27761 invoked by alias); 1 Oct 2007 19:37:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23891 Received: (qmail 27747 invoked from network); 1 Oct 2007 19:37:09 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Oct 2007 19:37:09 -0000 Received: (qmail 63702 invoked from network); 1 Oct 2007 19:37:09 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 1 Oct 2007 19:37:04 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id BBF4B5C38B; Mon, 1 Oct 2007 15:37:02 -0400 (EDT) Date: Mon, 1 Oct 2007 15:37:02 -0400 From: Clint Adams To: Nikolai Weibull Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: _git log arguments Message-ID: <20071001193702.GA15336@scowler.net> Mail-Followup-To: Nikolai Weibull , zsh-workers@sunsite.dk References: <20070930194014.GA18558@scowler.net> <20071001133635.GA10543@scowler.net> 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 Mon, Oct 01, 2007 at 03:56:43PM +0200, Nikolai Weibull wrote: > This should really be context sensitive, that is, what to complete > here is dependent on what arguments we've seen already. > > Here's a patch that will suffice for the time being: Committed.