From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5363 invoked by alias); 15 Apr 2011 14:50:03 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29006 Received: (qmail 21345 invoked from network); 15 Apr 2011 14:49:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.43 as permitted sender) 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= MIME-Version: 1.0 In-Reply-To: References: <1300484112-9392-1-git-send-email-now@bitwi.se> <20110319221548.GA21778@ruderich.org> <20110415140848.GA20371@ruderich.org> Date: Fri, 15 Apr 2011 16:49:44 +0200 Message-ID: Subject: Re: Small patches o git completion From: Mikael Magnusson To: Nikolai Weibull Cc: Simon Ruderich , zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On 15 April 2011 16:44, Nikolai Weibull wrote: > On Fri, Apr 15, 2011 at 16:37, Mikael Magnusson wrote: >> On 15 April 2011 16:24, Nikolai Weibull wrote: >>> On Fri, Apr 15, 2011 at 16:08, Simon Ruderich wrote: >>>> On Sat, Mar 19, 2011 at 11:15:48PM +0100, Simon Ruderich wrote: >>>>> Hi, >>>>> >>>>> I found another minor issue: >>>>> >>>>> git tag -v >>>>> >>>>> 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[]] -l [--contains ] [] -- Mikael Magnusson