Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Fix a typo in _git.
- X-seq: zsh-workers 25483
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: Fix a typo in _git.
- Date: Tue, 19 Aug 2008 02:37:34 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=7Kldms+FX+JhJ9Khz/ETaSMljHxIPPpYom3MKHJO7p8=; b=qle141N5lvotk8FGaQUTK1tcGwrh4BqDlTB+ztQN/hIPAf7VlCR72DBJK66+cjPrHi l34fpm1KfNVv3hagzm75FgUSghTZ+JuvOLo+oKQKucrLA+E44GFRaGSC+0dq/UZpCvp1 hlukPpJKoqaOMRt8Nw4M0dg6d5pxu6R+33sI4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IRF9V+isYw5rZMj80yUP8rUeibTS6eqqdaAs27OLPPZnNTJEsYmy6cWJmnYssEekhH 80qllB+4bLktfseXjHaGuTGey/pKAf1r+t4QkuFXoMavbWv+Oa8QczWycTWbiWkYJNIx PB0E2Q7M5GkYJfOp1CSra4iw9NPF6+O0Vo4D8=
- In-reply-to: <20080819002511.GA13736@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0808151656j7787f169g4b3456910e05bfc2@xxxxxxxxxxxxxx> <20080817171321.GA24334@xxxxxxxx> <237967ef0808171027t4773ff36nb1cfe08942b63a5f@xxxxxxxxxxxxxx> <20080818014613.GA30193@xxxxxxxx> <237967ef0808180247l7b0ed485ob72df0a0637c57e9@xxxxxxxxxxxxxx> <237967ef0808181310kfa7128bt2e0321e77ad96d8f@xxxxxxxxxxxxxx> <20080818224510.GA12825@xxxxxxxx> <237967ef0808181709m1f6d6c5ao2311d960284f5c3f@xxxxxxxxxxxxxx> <20080819002511.GA13736@xxxxxxxx>
2008/8/19 Clint Adams <clint@xxxxxxx>:
> On Tue, Aug 19, 2008 at 02:09:38AM +0200, Mikael Magnusson wrote:
>> Oooh, that was tricky :).
>
> Re: my_abbrev: the man page seems to indicate that --abbrev and
> --no-abbrev are invalid without -v. Is that incorrect?
Hmm yes, but what if you want to type --no-abbrev -v in that order?
> Similar question for the git clone --local/--shared thing.
The man page and the command are both happy with -l -s. With recent git
versions, the -l option is always a no-op anyway... But in all honesty,
I think I just hadn't figured out what the (I) construction did then :).
It is still mystifying to me why _git-branch cares where on the command-line
the -v appears.
And also, it only checked if -v was present to complete --abbrev, but not
the other way around. Besides, isn't this what the (-v)--abbrev syntax
is for? (Though that has always confused me, reading in the manpage at least
suggests that's what it does, *fiddles with that a bit*.)
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author