From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9291 invoked by alias); 17 May 2011 12:56:55 -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: 29303 Received: (qmail 17025 invoked from network); 17 May 2011 12:56:54 -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=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.160.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=vVx4T61sBHawOtty7S86Q1IkJBHMb2VXl0563xHU//I=; b=A8ZkVBBzOq7IUCW7y7lEWqsopOdiNGjIAsY0nt5DAJXtJMC3+FrkKxQIw0y0Dc0tvD /6c+nzI/cnZWYpIa/DrbVcFjdsjtOgOIPG/iWp/cgjq72mHjKHkPnoO/ls8oJ2gcqpZ/ cM+x1qVCwzuWLM+i2j3K6UcGzDtMD9vuGDES4= 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=dWBv8iG5WvwxvCM743lGrgXTQI+HyDvtKm8NF6ii1TP3PdABYXKkY5PN1njYl+umzu iiTUJU69UuOi24DPqswuuEENcz1yvAXZWQX0mCW5BZgXhLjLn2xslKL6FU/i8xyJsdGh 2UVlKZmxDjltqAd5eLs14OONgadv8VPUyYnEY= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: References: Date: Tue, 17 May 2011 14:56:50 +0200 X-Google-Sender-Auth: 1LqsDI6yqbk4_hfykNOf4CE2jMs Message-ID: Subject: Re: nits with new _git From: Nikolai Weibull To: Mikael Magnusson Cc: zsh workers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, May 14, 2011 at 03:28, Mikael Magnusson wrote: > Now that pws fixed the crash, I'm updating to the new _git, so far > I've noticed these two things. > > git log --pret goes into correction, same for git show. > % git log --pretty=3D > ---- option > --pretty =C2=A0-- pretty print commit messages > ---- corrections (errors: 2) > --grep =C2=A0 =C2=A0-- limit commits to those with log messages matching = the given pattern > --pretty =C2=A0-- pretty print commit messages > > Usually this would hint at some missing ret=3D0 somewhere, but I > couldn't find any. Unconditionally returning 0 from _git does 'fix' it > though, so it must be somewhere. I can=E2=80=99t reproduce this issue. > The other thing is that git branch -d -r doesn't complete remote br= anches. Yes, this is still on the TODO list.