From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24033 invoked by alias); 1 Jul 2010 08:14:09 -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: 15136 Received: (qmail 10890 invoked from network); 1 Jul 2010 08:13:59 -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.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=wocn6SKpyPr1nufpLQnobS7f1SBNKtfmgV33RCrpAA4=; b=LxL/7h30mdlEM/DYTKlBR7PKqvdnwGCK2sZjhGHpLQiNhB+1osgqoYsTLoj5zKU4Vi 6mHzdY7009WqXtzPo9E36tyMHxSPBTeb0hM/2P3VYuhQiLgwEsHKE1O1vahXSSVDOyRV RmbNDPNpgeB0psu42gHmedx6luZkun42Tm1ZE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=MzfeECSzO1Y8ZbfcolyfDiNXATwuCe0rsb5afH5hgA7ZxG8V6fRUmttNv6mkqqv+lo sWTfYUvyPbdeX22j1G9pPlj5Obp5bBaLJAyrJgfmM7H4m8rrHpFIDqvvIiLj0AMBflRR R6DoJSW+o38YgXqvq/LQsTELtWU7s7b77Nrkc= MIME-Version: 1.0 In-Reply-To: References: <20100701010506.GC13062@vidovic> From: Richard Hartmann Date: Thu, 1 Jul 2010 10:13:34 +0200 Message-ID: Subject: Re: Git completion - contributing to git.git To: Nikolai Weibull Cc: Nicolas Sebrecht , 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 10:00, Nikolai Weibull wrote: > I=E2=80=99d rather not, to be honest. =C2=A0It=E2=80=99s always a pain to= have 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 so = on. Is there a chance to sync files on a git level? I.e. that as soon as a commit is pushed to either repo, the other is notified in some way. If that's not possible, split brain problems will probably outweigh any benefits. Richard PS: Yes, I am aware that git works on a changeset, not a file level. Still asking does not hurt, does it? ;)