Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 3/4] Fix git-branch -[dD] -r completion
- X-seq: zsh-workers 28920
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH 3/4] Fix git-branch -[dD] -r completion
- Date: Sat, 19 Mar 2011 10:10:59 +0100
- Cc: zsh-workers@xxxxxxx
- 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=w9QqD+V5T3ABw6gMDlNhm73m0hldbvaG0gbrK0GayjU=; b=TwMoRa3OcG893tQYz2x5NwDqNLl0PuNc8uql6Pbz3mzVeyQREl1dsZqofyDKW8X/kL NJ8G70fTLILLRxcL+qI0RVzWPGuJLmnNTi5h+kSVim++x+QKbRBdcN5U9JO8DjEMJYu8 8SZSO4iw8iheeq6xQpfOHA2OCzxZRHXjwk1AE=
- 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=roUlpz0bnUbEzZ6mzz7/xU93oM6zjCJtgxhBfkCKPE5CZ47sMJFHQfzSSh5twz3+PW 1UdBf0OUwWeYT4UJK+NBUl2DzxBSg1htTO2B8PnLsEQ72frrEw7sioOPzl9uCoURYFfg TOzZlJhM5nt/SyBHZs2T5+eSA1dPAs8lvD/QI=
- In-reply-to: <87y64cgj4r.fsf@ft.bewatermyfriend.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1300484112-9392-1-git-send-email-now@bitwi.se> <1300484112-9392-4-git-send-email-now@bitwi.se> <87y64cgj4r.fsf@ft.bewatermyfriend.org>
- Sender: nikolai.weibull@xxxxxxxxx
On Fri, Mar 18, 2011 at 23:26, Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx> wrote:
> Hm, with this patch, this:
>
> % git branch -d -r <tab>
>
> works. But this:
>
> % git -r -d <tab>
>
> doesn't.
>
> I suppose, that's not intentional?
Well, it depends on what you’re after. Writing -r first hints that
you want to list branches, not delete them. If you look at the
synopsis in the man page, that’s how I’ve done it. Does anyone have a
strong opinion on how this should be done?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author