Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 3/4] Fix git-branch -[dD] -r completion
On Fri, 18 Mar 2011, Frank Terbeck wrote:
Hm, with this patch, this:
% git branch -d -r <tab>
works. But this:
% git -r -d <tab>
doesn't.
Without 'branch'?
I suppose, that's not intentional?
With the 'branch' there, both:
(i) git branch -d -r <tab>
and
(ii) git branch -r -d <tab>
seem to behave identically whether or not this patch is applied. With
or without the patch (i) seems fine AFAICT. But (ii) doesn't seem to
complete branches, even though I think it should.
--
Best,
Ben
Messages sorted by:
Reverse Date,
Date,
Thread,
Author