From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20268 invoked by alias); 15 Apr 2011 14:32:17 -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: 29001 Received: (qmail 4737 invoked from network); 15 Apr 2011 14:32:03 -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.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.83.171 as permitted sender) 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=F9dMC9/k9e2UjMOqGPiSz/KBVrDL6msav/mcewaWgdc=; b=G5okwCYzCaTWRjYWB79p4kQKUF+6CCXaeu8nQ9F0bo7/AlShzhYKj8hw9l2en14xjp r+YgcpoTVTeZJe9vGrN60yZmf6dFJPRgC6pEKN8lgHXCEBwwbyPc3eMGuBCztzOUAjBf hSca2RRUvICo8z7mb3Jd/AMF3wonX7fwszKg4= 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=PSCwTFfaGd6Wa/stxKPwsM/RKPVt81Y4nqgZB77DNcE8ShMzwlqH84AilWtmZv2jKe ICOXa1aEB2PgOEp456y+77td8K9tXLs7zFd+lLjlCWXmPsri1diOIRSbZJK/Mid3SpMP t2vZUus4x/9l/JYnz+v2tNRv9DfwQvakwIdvQ= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: <20110415140848.GA20371@ruderich.org> References: <1300484112-9392-1-git-send-email-now@bitwi.se> <20110319221548.GA21778@ruderich.org> <20110415140848.GA20371@ruderich.org> Date: Fri, 15 Apr 2011 16:24:32 +0200 X-Google-Sender-Auth: z9Z5whmtR5pfqKgjTM7vt_wvCMA Message-ID: Subject: Re: Small patches o git completion From: Nikolai Weibull To: Simon Ruderich Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: >> >> =C2=A0 =C2=A0 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.