From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26110 invoked by alias); 14 May 2011 09:08:23 -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: 29280 Received: (qmail 29470 invoked from network); 14 May 2011 09:08:21 -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 74.125.83.171 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=GAV54IfUi/4CVmmMhc6of0F+gw7+Vh4GlWaEKIi9Cyg=; b=wVfOxKnJ+26WoM4WDIyq8kIsbmetuInAhy+lltUPpkf2CacWp65MgVR28KE8+tsFK9 L1FAfKOAm6yB6megv+7mWnB4sX49cyB9RILCErvpBWxEmlREA7oLdR+n6TRLPWvw+pvL taBbV9Te+/4ncWTiTuGid1rr9tzslSST0vTbE= 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=Oza4g98zzrWKG7aF44fJJTuf19mJ6nUD7u1/gRYquFt0p3MAjYe53Dk43Idzeb3i6U aufM/0JUMZSRswjnSt4cSmq+U54fPW4ESsTMOEZaHmaV/lFXrBUdVEhtaL0ZsQ+nyU5/ ONXcT9+Gt2oI67C3pVSg3s25Od7fsjvghNn5Q= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: References: Date: Sat, 14 May 2011 10:38:30 +0200 X-Google-Sender-Auth: M0N80eOBObMtuAyca7ygiRTJIkw 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:46, Mikael Magnusson wrote: > 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=3D, while git config > gui.blamehistoryctx properly shows 'number of days'. I=E2=80=99ll look into these issues tomorrow.