Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _git: Respect tags for subcommand completion.
- X-seq: zsh-workers 34046
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] _git: Respect tags for subcommand completion.
- Date: Tue, 23 Dec 2014 01:27:38 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1419294459; bh=GFkH+B1q2yK9MvsPBp+YWetYQ4/008TgJ0zHBEQBRzA=; h=In-reply-to:From:References:To:Subject:Date:From:Subject; b=te77msr6Av35B6CxONgTKFevYGp8L+tYnMxrBshx783JdXJi0tg8jzM3oJ7HsukEzhxrWqTC94jK662291lWa4V0EUIRPDKcKGwPRO3MrIz6C4nbG9HRNipqQYNPqgUSmT7pyoIE69iPWCqp5ghOf+zeWQsiaItFpBtkYDX0VqXvDgQmsdhAIR6NGuALWyvQSpYOiFou3M3AmvA9oMyBFAL3b1pSVMgEM2koAuqxZnEMcdPSdb7BBG+QiEV8q2atRdQQDHf/dcwxCTrko4rRXn2BiL06cLNQo4Txh9mIqtO7HneD5c+TsGaROxIF1+wIChNJn6fTO0Wut6BvF8BXeg==
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.co.uk; b=k0EvZo6gT0UsniOgVBRQmhuS6JVKcLfOLTRKskRdIy2xv6nICh2tVYpsoWNcUFlpOSPb4mpOkVXMD4kBmrMFcZ+WZpvg+h82bVMfqc5u5mXUw8ekMixWP3AfoCr1nSeXuTkqR+6Q9yA4j7oCnRzkLAqqsFrIq+tZ3zlCexM3LNW4I/T3eut5HKSQ7WOY5jYjBQvDbWKgiyNOZoqmpzoJtWVQJsy21ni4KOf0SFIdK1CBVpasSgNahSdp7rmYzTGqQOGsWfK4/TgFdsyFcsQLFa6/bWbsbN6pDlCevClmyu/LKVBs/vEs4TtrfWmlTpiVpbbzKLUTXtAJL5JlROcZpQ==;
- In-reply-to: <CAHYJk3Q7Y2kF8tGvg_BnAVmjtFEy41oFTz1tbqUex=kqQ7JPnw@mail.gmail.com>
- 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: <20141222204546.GC15399@tarsus.local2> <CAHYJk3Q7Y2kF8tGvg_BnAVmjtFEy41oFTz1tbqUex=kqQ7JPnw@mail.gmail.com>
Mikael Magnusson wrote:
> > Attached a patch to improve the 'git <TAB>' user experience.
>
> Could you write a few words about what the patch actually does? Eg,
> what's wrong with the current status quo?
Did you perhaps not notice the subsequent text in the lead up to the
patch?
The current code is not using a single tag loop for all of the different
types of commands. The default behaviour won't change much but with
the tag-order style, you will be able to reorder the commands or have
certain types only completed if others don't match or if _next_tags is
invoked.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author