From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16543 invoked by alias); 14 May 2011 01:46:22 -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: 29273 Received: (qmail 1246 invoked from network); 14 May 2011 01:46:11 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,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.220.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=PWU3hdYDTbUDTnPwkFxg8ST7ovMl0RUO2fMCr+D+HcI=; b=litZceld5E19Bfm7lGhQ3i9WcMspejtOw0jTb5WVQlyCWoop84pbsjxTeDxp+UN8qJ kioC4W3HbjDEnrhw0mWx5GHyBPSS6U3I73No8u6hQusR7i0ijClgOLUUiS7dh0dug0kZ By3sHpDqAJdsUcPcsKXE0AJg+mBU0aFHVXZ6Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=uUd6UvNqGwiZawv9SwAvr5etZ/sH9D4sl7/ry88cf6O6/705dJ15Xz9x6ZD5EC1Ulg /aHeWtenKWUjuviN9GD5x1jEioadQgOPcPnH9y/39Ae+C1E2JFdix6BZLcAZd1XzrRmS wpdN0weOQk6hcSAaZdyuB+AzJb6pin2gOUorM= MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 14 May 2011 03:46:04 +0200 Message-ID: Subject: Re: nits with new _git From: Mikael Magnusson To: zsh workers Content-Type: text/plain; charset=UTF-8 Also noticed now, some options that take numbers just show '-M' as the description instead of the actual string. For example git tag -n and git fast-export --progress=, while git config gui.blamehistoryctx properly shows 'number of days'. On 14 May 2011 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= > ---- option > --pretty -- pretty print commit messages > ---- corrections (errors: 2) > --grep -- limit commits to those with log messages matching the given pattern > --pretty -- pretty print commit messages > > Usually this would hint at some missing ret=0 somewhere, but I > couldn't find any. Unconditionally returning 0 from _git does 'fix' it > though, so it must be somewhere. > > The other thing is that git branch -d -r doesn't complete remote branches. > > -- > Mikael Magnusson > -- Mikael Magnusson