From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7575 invoked from network); 29 Jan 2009 15:07:48 -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=AWL,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; 29 Jan 2009 15:07:48 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 20611 invoked from network); 29 Jan 2009 15:07:43 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Jan 2009 15:07:43 -0000 Received: (qmail 26652 invoked by alias); 29 Jan 2009 15:07:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26479 Received: (qmail 26641 invoked from network); 29 Jan 2009 15:07:36 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 Jan 2009 15:07:36 -0000 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by bifrost.dotsrc.org (Postfix) with ESMTP id A969880271F0 for ; Thu, 29 Jan 2009 16:07:24 +0100 (CET) Received: by nf-out-0910.google.com with SMTP id g13so1516824nfb.11 for ; Thu, 29 Jan 2009 07:07:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=NTcrcfKuF+5/uUPv/KATs2HnffGEdEZmQQIL7eKbzTc=; b=LGgLb0IoWlzZWaF3mwbmpKr9nyiXIS2jSNyOiK+0lcSCUCTu8js1xtW5B2EIVpZJFM Z4CRVZNOPUZlQtGRrGlazqY3GV5zzaKAggdpgFC033z2i15qfc94SjKTGMLBInnzA/+d h4PP6aywwY8jN/AnYOMQeuYNXUDrsm9U+RRe8= 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:content-transfer-encoding; b=Fs0D+yrEW0CR0XdsV0lgoSEdqmkA1BxX/5xwH9rwdFLKy5cP+Wl+VwPOAhi1GN3prJ u0xX7nTk4jCrMOIiEKWwgXwpMPzqvQbSWV2wrPZhOT20wP3ZtC+SWCwHf3+NLnoxOLJW q8dVXW7i2T9ZOi8a5JNA7sQxduKpa0dHEWhck= MIME-Version: 1.0 Received: by 10.86.84.18 with SMTP id h18mr118440fgb.69.1233241643833; Thu, 29 Jan 2009 07:07:23 -0800 (PST) In-Reply-To: <237967ef0901290640u9adf073g204586c1b290d0@mail.gmail.com> References: <1233231710-1204-1-git-send-email-ingmar@exherbo.org> <2d460de70901290636g6e0b43fw971397716cba8886@mail.gmail.com> <237967ef0901290640u9adf073g204586c1b290d0@mail.gmail.com> Date: Thu, 29 Jan 2009 16:07:23 +0100 Message-ID: <2d460de70901290707m13032c77l782a8ca30ce09486@mail.gmail.com> Subject: Re: [PATCH] Updates to git completion From: Richard Hartmann To: Mikael Magnusson Cc: Ingmar Vanhassel , "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/8919/Thu Jan 29 14:05:38 2009 on bifrost X-Virus-Status: Clean On Thu, Jan 29, 2009 at 15:40, Mikael Magnusson wrote: > I think trying to complete options for the right versions for ~130 > commands could make the > code just a bit convoluted and hard to follow. Not even git itself > documents when options > were introduced. Catch 22 :( RIchard