From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3201 invoked by alias); 19 Mar 2011 22:21:05 -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: 28927 Received: (qmail 17299 invoked from network); 19 Mar 2011 22:21: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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at ruderich.org designates 178.63.68.96 as permitted sender) Date: Sat, 19 Mar 2011 23:15:48 +0100 From: Simon Ruderich To: zsh-workers@zsh.org Subject: Re: Small patches o git completion Message-ID: <20110319221548.GA21778@ruderich.org> References: <1300484112-9392-1-git-send-email-now@bitwi.se> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="=_zucker.schokokeks.org-5624-1300572951-0001-2" Content-Disposition: inline In-Reply-To: <1300484112-9392-1-git-send-email-now@bitwi.se> User-Agent: Mutt/1.5.21 (2011-03-01) --=_zucker.schokokeks.org-5624-1300572951-0001-2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 18, 2011 at 10:35:08PM +0100, Nikolai Weibull wrote: > This patch series fixes some small issues raised on the mailing > list in regard to the git completion. 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): --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1511,7 +1511,9 @@ _git-tag () { '-l[list tags matching pattern]:pattern' \ '--contains=3D[only list tags which contain the specified commit]: := __git_commits' \ - verification \ - '-v[verifies gpg signutare of tags]' && ret=3D0 + '-v[verifies gpg signutare of tags]' \ + '*:: :__git_ignore_line_inside_arguments __git_tags' \ + && ret=3D0 } # Ancillary Commands (Manipulators) Regards, Simon --=20 + privacy is necessary + using gnupg http://gnupg.org + public key id: 0x92FEFDB7E44C32F9 --=_zucker.schokokeks.org-5624-1300572951-0001-2 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCAAGBQJNhSsTAAoJEJL+/bfkTDL54bMP/0JawfZiFMCGB3Qk7crTIn7D 4drrLoVV5g1eHaxSTTGqLkb8mpMvv48LLDCAqAAF5s3GZRZiWPyUccZK3+3VhiIw 2Yp2ZJA2VkhCXo1EyCAqgUty/6mv9Eat5Gm3tniwqZcRVW76TLRqf5kGUDj44pe/ G1Zaom1N29O4T+4lsQkdum99wQFeUWiYI+q2BXbZDSPZQizPXTxRDn351Z+BZQN2 plHlWNWQQbIdzDaieKyo7WDteTSGUupeYa+kaPUGDtD6X4NSGDeCn4FqsmO9ofGR ojsN9rKifgXtfzcJF7g/ayt8TwjSLEkRrJJLa9M+y2K+xTQLbNDtSMnpH4USJQd+ 62wcmbIJTI9tkRk2d5Nd8EJ1NrePzNphYyxsFstxZCIM0G8L+G4fssHK/90tNFFA 2PZgSgdOQzIvlECd6OS9rrVY+otFkiq5CaqiDUYutFp1o9GUKaqshbijXfomUFJu 79upljaEnXkVH2dAobRqBZNVudCg8toehWgn4sYHVxiCnWZcriFVgymxL5fYa9/r ctseMk4i0bMoQTHORtEtpef2VNudEHXrikNuM5i+q54kNFAYSOwgQyHmYNMPPsBn XFwlbdJTYZFy+Xq92Kmr1yOvck6XRrq5+ahgMUYi8DmnVevARugE56vNzHGFVDOg lwElNpJAuh8ZT0sDGrxI =aIP5 -----END PGP SIGNATURE----- --=_zucker.schokokeks.org-5624-1300572951-0001-2--