From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26928 invoked by alias); 4 Jul 2010 10:03:19 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15145 Received: (qmail 28989 invoked from network); 4 Jul 2010 10:03:07 -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,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at ruderich.org designates 78.46.69.5 as permitted sender) Date: Sun, 4 Jul 2010 11:58:31 +0200 From: Simon Ruderich To: zsh-users@zsh.org Subject: Re: Git completion - contributing to git.git Message-ID: <20100704095831.GA14152@ruderich.org> References: <87hbkf1vqe.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="=_zucker.schokokeks.org-8014-1278237477-0001-2" Content-Disposition: inline In-Reply-To: <87hbkf1vqe.fsf@gmail.com> User-Agent: Mutt/1.5.20 (2010-05-08) --=_zucker.schokokeks.org-8014-1278237477-0001-2 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 04, 2010 at 10:45:13AM +0200, =C5=A0t=C4=9Bp=C3=A1n N=C4=9Bmec = wrote: >>> I=E2=80=99d rather not, to be honest. It=E2=80=99s always a pain to ha= ve two files, >>> as they can become out of sync when patches are sent to one repository >>> and not the other, users don=E2=80=99t know which version to use, and s= o on. >> >> +1 >> >> There's nothing special about Git either. What of the other 500 odd >> completion functions and 'associated' projects? > > What's special about Git is that new options are added and various > tweaks done _very_ often. The Zsh Git completion, apart from being > buggy/unfinished (some of the problems were fixed recently), is also > out of sync, because nobody really follows Git development and updates > it accordingly. I'm not very actively following Git's development (always running latest release though), but I don't think that's the case for the "normal" user. I consider myself an intermediate/advanced git user and use _git from the current zsh CVS checkout and I've never felt _git was missing something important (sometimes file completion could be even smarter - and maybe faster, but it's already very good). Sometimes one option or another is missing, but I don't think that's a big problem as I can just add it (or ignore it, as I don't need all of git's options anyway). Thanks by the way for the great work the developers of _git have done. > [snip] > > The only problem I see is whether there are really enough Zsh users > following Git development and at the same time able and willing to > maintain the completion script. I don't see the difference between maintaining the _git file in zsh's CVS or in git's git repository regarding the speed of development of _git. If an active git developer (or anybody else) wants to update it in zsh's CVS he only needs to send the patches here and they are applied quickly. The only difference is, as others have already mentioned, that maintaining a file in two places is a very bad thing. And as user I have to look in many different places (and I even have to know that the completion exists) to get my completion functions. That's not a very good idea. > =C5=A0t=C4=9Bp=C3=A1n IMHO moving _git to git's repository only increase the work in maintaining it, sometimes which could be spend much better in improving it. Simon --=20 + privacy is necessary + using gnupg http://gnupg.org + public key id: 0x92FEFDB7E44C32F9 --=_zucker.schokokeks.org-8014-1278237477-0001-2 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iQIcBAEBCAAGBQJMMFtGAAoJEJL+/bfkTDL5qQQP/ihhpIhS4LsZUKCoknM2zSi0 DHBBtoGADJY/pRw/fjV1H2yxhEipPiTqKo5rGR4EqQ2kCfo7lUVFUHxGoREy/Gz8 BGzetju8mKVnKfjWbpjyn8wMvSX+wGQgmeu2epZi//VMQQqWzEZSsUj6calTj+iy uWuCdjSS87Jilj/srbjtlzo/lXt5z0e+wABQ7iTocNDRTWcng1fkbLXL6ogBXoso ewomrNCyo638dRQhJlh8ESvmogtnjQzpBPxhnUjbHVccpIYWTjFY8chI+DVcNZMM ZNrsJBiEFKmpcoK8Svm7wF6CX601v83lZb+c36YoJHHsoHgPbrpM5GBRc9gJmQCG LSTKiyPFCVtWAwFgBl68QoDHBirMLM8Qz3la3q3jNdBXzb7BKsUcjssfXcJYfvW8 /4BSOlB3tw4+aN2057NKYqRVw2PA36PITx1rbAsRMSzMBEalrMdsQRVWEAxsp4l9 +XQrPcGH3qvpPMAS5skzf/46agRYFfpEheTIkDFYjaP69CJsn1ohgEVXp7L5gxuC 7Ywei/2DG7PEa3QJCRuWTgR4sbm/BddT6iFP6jVbuIkwCn70yMgSjdY/RY6pG41b 9gcVYlhYEWhTTxGl+2gPZ/mKyr/baUStEYWvhYIy43kWc2SXLRR4l380PDKJ3VLU DOoOT5R5I5lHMr7y9R9h =qXrl -----END PGP SIGNATURE----- --=_zucker.schokokeks.org-8014-1278237477-0001-2--