From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16990 invoked from network); 1 Oct 2007 22:03:05 -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=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 22:03:05 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 18214 invoked from network); 1 Oct 2007 22:02:59 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Oct 2007 22:02:59 -0000 Received: (qmail 21786 invoked by alias); 1 Oct 2007 22:02:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23893 Received: (qmail 21752 invoked from network); 1 Oct 2007 22:02:39 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Oct 2007 22:02:39 -0000 Received: (qmail 15457 invoked from network); 1 Oct 2007 22:02:39 -0000 Received: from an-out-0708.google.com (209.85.132.242) by a.mx.sunsite.dk with SMTP; 1 Oct 2007 22:02:34 -0000 Received: by an-out-0708.google.com with SMTP id c14so808815anc for ; Mon, 01 Oct 2007 15:02:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=SWwBymXGd19tt/MZUab/E4K5GRPXJrPaI/HZHblAnsI=; b=L30nr2Fd5FtUbUCoMjxhyYL8I8fCh5qRtPsGCBjPMNQSjcVEdQufrCmCJvFcKIiAV4NamTlwwAFRdeNbQeH/Kt5Z8U0tkDdL7g75O8ru9P10B8CZPSLLvcYm4ZbSoztJZCb1D2DCDsBG0tJpVdvHuyUjW0g7Ee05CVGYrnDqvWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=cfSuFgThEmsMBdPe6Tu20qZlUzjt110BDn/SfHRqi2MHf3EMqsRAvhwoWgDsL03Th34N4s3hWDqrXhyBBLH+wC8JzF+KvIyYZDdLYHeNNARCrhXZJ6EST+Shv+PuHbNDiI3IExLJIvX0H09grgbHHuEQVhjPNjoUIeXRi1l2eks= Received: by 10.90.79.6 with SMTP id c6mr2411908agb.1191276148122; Mon, 01 Oct 2007 15:02:28 -0700 (PDT) Received: by 10.90.93.19 with HTTP; Mon, 1 Oct 2007 15:02:28 -0700 (PDT) Message-ID: Date: Tue, 2 Oct 2007 00:02:28 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Nikolai Weibull" , zsh-workers@sunsite.dk Subject: Re: PATCH: _git log arguments In-Reply-To: <20071001193702.GA15336@scowler.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070930194014.GA18558@scowler.net> <20071001133635.GA10543@scowler.net> <20071001193702.GA15336@scowler.net> X-Google-Sender-Auth: 86788a61ac66d4fa On 10/1/07, Clint Adams wrote: > 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. Thanks. nikolai