Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Small patches o git completion
- X-seq: zsh-workers 29006
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Nikolai Weibull <now@xxxxxxxx>
- Subject: Re: Small patches o git completion
- Date: Fri, 15 Apr 2011 16:49:44 +0200
- Cc: Simon Ruderich <simon@xxxxxxxxxxxx>, zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=TmtqwLC3gRwe8ZDTv+CBvybYeAtWmxGuqOtgTHlAPqk=; b=cUuhIJwrbuYm0z+xDzLvSWgfT5KvcN4flOxFKix4mBBez4IQpKqncIciAjskKM3/mN 0B831N4ZnOY+JCeI2gY2bhImYpCZCRLBIAli1bIiKllvIo+TTcBYDe+fK8FrRB9lVitG d9SJYT0ms79XiswPshluwcrJZFzIglnP8/XUg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=I4WAZiegWsb8MTWt7TYNF8kJY49fChbiLAOnC+SrBKF4/u3WX9tuiFaYG6T1WUhX71 4goxovcEQiBAlu5zxV1xvEmMsq+FnTaD0Qvw8NASff2JWK4GsJwP0FgAS8y0mOSW4kit AXgJgPUO8XsYLen5HFds0R1xi4QcuJyZYOp7I=
- In-reply-to: <BANLkTi=PtXCnKhbSK-EU77i1X4+kwKvtQg@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: <1300484112-9392-1-git-send-email-now@bitwi.se> <20110319221548.GA21778@ruderich.org> <20110415140848.GA20371@ruderich.org> <BANLkTikfMgiF3Fj-fyseb8bTjaDVzvyFiQ@mail.gmail.com> <BANLkTimH51S0cO1PEPBmnW2uOjip2+CMXA@mail.gmail.com> <BANLkTi=PtXCnKhbSK-EU77i1X4+kwKvtQg@mail.gmail.com>
On 15 April 2011 16:44, Nikolai Weibull <now@xxxxxxxx> wrote:
> On Fri, Apr 15, 2011 at 16:37, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
>> On 15 April 2011 16:24, Nikolai Weibull <now@xxxxxxxx> wrote:
>>> On Fri, Apr 15, 2011 at 16:08, Simon Ruderich <simon@xxxxxxxxxxxx> wrote:
>>>> On Sat, Mar 19, 2011 at 11:15:48PM +0100, Simon Ruderich wrote:
>>>>> Hi,
>>>>>
>>>>> I found another minor issue:
>>>>>
>>>>> git tag -v <Tab>
>>>>>
>>>>> Does nothing. Without -v it works fine.
>>>>>
>>>>> This patch seems to fix it though I don't really understand what
>>>>> it does (copied from -d):
>>>
>>>> Could somebody please apply this patch. Works fine for me.
>>>
>>> Seconded.
>>
>> How did it complete tags without the *:foo:__git_tags line without -v?
>
> In what context? There are four different option groups.
Ah, somehow i read that - as a diff -. While you're at it, -l doesn't
take an option, the pattern is just a regular argument.
git tag [-n[<num>]] -l [--contains <commit>] [<pattern>]
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author