From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18514 invoked by alias); 14 Nov 2010 19:48:49 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28412 Received: (qmail 17609 invoked from network); 14 Nov 2010 19:48:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=anOoBPpOzIIf26RRIVhZfV8xVjuOClgdthV4bVAvnEY=; b=L4BbogNO8edD8JyjwUD4X/FDk6GafoVdlXht1b68Nr6hgmGYLN2rZNaxttQX6I7tC/ db5lEJWeRb40PfY3tDFQjs1ksKHvITK2y0mzHVui+J31jGzGCx427oLtkcVbgN/OMqFO q4WSSqvf0zk2qPQHAli4pKZU+0Kvt+qKYp7xo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=rb00fXAFFXBvDSWQHBLqQJfvlDWMaOcLqiFiSeOEKpOvHjkt9ouf8vvMVHFVO8OmZS fdnwOmDfxcCd+SY+41NK55gVffKo45vGgEsJRgFuzLQPaaNkYhBs3ZStssjcVdRGnpV0 71ccvvYX5JMhm1D5xsbinL/ItqmnTzBSw9cDA= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: <20101114194348.GA11912@scru.org> References: <20101113170009.GA25537@gnu.kitenet.net> <20101114194348.GA11912@scru.org> Date: Sun, 14 Nov 2010 20:48:31 +0100 X-Google-Sender-Auth: o2vwiGiZKA9QtfZlITihMAlZL9M Message-ID: Subject: Re: Bug#603503: numerous infelicities in git completion From: Nikolai Weibull To: Clint Adams Cc: "zsh-workers@zsh.org" , Joey Hess , "603503@bugs.debian.org" <603503@bugs.debian.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sunday, November 14, 2010, Clint Adams wrote: > On Sat, Nov 13, 2010 at 01:00:09PM -0400, Joey Hess wrote: >> 1. git log completes only branches, but not filenames. I try to do >> =C2=A0 =C2=A0`git log Foo/Bar` all the time. >> 2. git diff ditto Why don=E2=80=99t people file bugs upstream? I have no desire of checking bugs.debian.org for bugs. > I'm going to punt on #1 and #2 due to lack of time. I=E2=80=99m updating everything. For some reason I decided to send out all = my patches en masse, but I guess I=E2=80=99ll send them out in smaller batches= , as things are taking longer than I had hoped. I=E2=80=99m actually completi= ng the git diff completion right now.