From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9230 invoked from network); 6 May 2009 16:49:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 May 2009 16:49:58 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 45452 invoked from network); 6 May 2009 16:49:55 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 May 2009 16:49:55 -0000 Received: (qmail 22397 invoked by alias); 6 May 2009 16:49:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26938 Received: (qmail 22372 invoked from network); 6 May 2009 16:49:32 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 6 May 2009 16:49:32 -0000 Received: from clegg.madduck.net (clegg.madduck.net [193.242.105.96]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 6094282D0553 for ; Wed, 6 May 2009 18:49:03 +0200 (CEST) Received: from piper.oerlikon.madduck.net (piper.oerlikon.madduck.net [IPv6:2001:41e0:ff12:0:211:2fff:fe6b:c869]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "piper.oerlikon.madduck.net", Issuer "CAcert Class 3 Root" (verified OK)) by clegg.madduck.net (postfix) with ESMTPS id F38021D409B; Wed, 6 May 2009 18:49:09 +0200 (CEST) Received: by piper.oerlikon.madduck.net (Postfix, from userid 1000) id 1F8FD462D; Wed, 6 May 2009 18:49:09 +0200 (CEST) Date: Wed, 6 May 2009 18:49:09 +0200 From: martin f krafft To: 527300@bugs.debian.org, zsh-workers@sunsite.dk Subject: Re: Bug#527300: git-log branchname suggests refs instead of pathnames Message-ID: <20090506164909.GA25253@piper.oerlikon.madduck.net> References: <20090506161550.GA23943@piper.oerlikon.madduck.net> <20090506163521.GA2439@scru.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <20090506163521.GA2439@scru.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: ClamAV 0.94.2/9333/Wed May 6 05:55:26 2009 on clegg.madduck.net X-Virus-Scanned: ClamAV 0.92.1/9333/Wed May 6 05:55:26 2009 on bifrost X-Virus-Status: Clean --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable also sprach Clint Adams [2009.05.06.1835 +0200]: > Index: Completion/Unix/Command/_git > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_git,v > retrieving revision 1.120 > diff -u -r1.120 _git > --- Completion/Unix/Command/_git 20 Apr 2009 03:15:43 -0000 1.120 > +++ Completion/Unix/Command/_git 6 May 2009 16:33:22 -0000 > @@ -1815,8 +1815,8 @@ > case $state in > (files) > _arguments -S \ > - '::index file:__git_cached_files' \ > - '*::branch:__git_commit_ranges2' && ret=3D0 > + ':branch:__git_commit_ranges2' \ > + '*:index file:__git_cached_files' && ret=3D0 > ;; > esac > } >=20 Yes. --=20 .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduck http://vcs-pkg.org `- Debian - when you have better things to do than fixing systems --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature; name="digital_signature_gpg.asc" Content-Description: Digital signature (see http://martin-krafft.net/gpg/) Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEAREDAAYFAkoBv4QACgkQIgvIgzMMSnVPWgCgtllUapRFuYhblRtoewFNn18N Dm8AoLQqTxBcomapSoMWYbTnRx77Zz7K =Cm8m -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO--