From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22412 invoked by alias); 1 Jul 2010 08:00:50 -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: 15135 Received: (qmail 23423 invoked from network); 1 Jul 2010 08:00:47 -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,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.161.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=QG3iOvnCjLAKMrst2Uui1FceziWH/D+DqWrWDrRngMs=; b=RP0x4Uy1HNGUMhASOwKBxIYWXeb3w1+aWkdjxRubo7SF0HolNBuQaSWY7g+eNl9zq1 lqG2smV4+at5nFetiF9GW/w49ET5Olaee2Ugif9rCQm0RfrxRULItKwxoTIaivGKSW1X 4o2Hap/CUwwR7AtKHFHybi36Qwe/nqLrx+PcA= 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=Z4FzldMIvRbISmOle1KpKAz2gW94UUzKe6NNEbRWVEbZVC+zNzuq9ppzmvatzlhO86 AaMlcu6rmgNLV5ITAl9xDa0kATLfhB7U2Q0y6oLUMrwCX4t083gupt63iL4n8z+pVEif +HphKqU9ZeLD8AOv2mumWvXFA0SizcxVFQAoI= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: <20100701010506.GC13062@vidovic> References: <20100701010506.GC13062@vidovic> Date: Thu, 1 Jul 2010 10:00:42 +0200 X-Google-Sender-Auth: Ybg6mF-6BUPzZ2qrSLN11smmWgE Message-ID: Subject: Re: Git completion - contributing to git.git From: Nikolai Weibull To: Nicolas Sebrecht Cc: zsh-users@zsh.org, Clint Adams , Doug Kearns , Peter Stephenson Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Jul 1, 2010 at 03:05, Nicolas Sebrecht wrote: (Why am I not included in the Cc? I am the original and principal author, after all. The minuscule amount of attribution it would have provided would have been nice. ;-) > What about starting contributing to Git ('contrib/completion' looks like > a good path) ? =C2=A0Could Git completion contributors send their patches= to > the Git project too ? I=E2=80=99d rather not, to be honest. It=E2=80=99s always a pain to have t= wo 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 so on= .