Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 6757E40BFDB for ; Mon, 11 Oct 2010 13:10:36 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.346 X-Spam-Level: X-Spam-Status: No, score=-0.346 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1.553, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=no Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ki8Ndzu+9flc for ; Mon, 11 Oct 2010 13:10:25 -0700 (PDT) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) by olra.theworths.org (Postfix) with ESMTP id 2C44240BFD3 for ; Mon, 11 Oct 2010 13:10:25 -0700 (PDT) Received: by gxk10 with SMTP id 10so1143056gxk.26 for ; Mon, 11 Oct 2010 13:10:24 -0700 (PDT) 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; bh=VBB2T0q0sm2R7u/oZ/uUQHySqYYuCtvlAv98hkCnTbE=; b=CPH7FF3tt4C8s786phnSqw2OPQCmZOn+Ny2nqLxjTAjaUbKZ7pU2sl+dFXvDsxNYwZ 4dsYsjErYeHti3iuugtLbGUbquD8Pj1kLGDxMa83sP8XBCsMKOu2l7oZBm0Nh7FovMID RMp3etLQrsDnbOBwbX4sarT2GyGKPHIIo6/QE= 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; b=JzKPPbiyz9iUXc1QIoZpVCyLesBVq9VHGo9eWnsnvX5MdiBcDdCR0ACRIg1aUyU2OM XC7MjPWBNHzjm9iLCyg/ltp7qtXRUDRXTTt6lYYZdPubb5+hA0B5JDkqCbi2tb9AT8Lb XATNzsdLeVXpBqdzOo9dVlmDbzFam8/r36lqo= MIME-Version: 1.0 Received: by 10.42.193.210 with SMTP id dv18mr2079778icb.500.1286827824702; Mon, 11 Oct 2010 13:10:24 -0700 (PDT) Sender: five9a2@gmail.com Received: by 10.231.39.204 with HTTP; Mon, 11 Oct 2010 13:10:24 -0700 (PDT) In-Reply-To: <87k4loqz34.fsf@servo.finestructure.net> References: <87pqvgr1u5.fsf@servo.finestructure.net> <87k4loqz34.fsf@servo.finestructure.net> Date: Mon, 11 Oct 2010 22:10:24 +0200 X-Google-Sender-Auth: iBH_BnyeB-idBBqD-S56FvSCH6Q Message-ID: Subject: Re: notmuch-next branch From: Jed Brown To: Jameson Rollins Content-Type: text/plain; charset=UTF-8 Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2010 20:10:36 -0000 On Mon, Oct 11, 2010 at 22:00, Jameson Rollins wrote: > As long as all the repos are synced, then you only need to track one. > But notmuch already has "official" repos [0], and making another > pseudo-"official" repo will probably just makes things more confusing. Patches show up in a different order in each person's "personal, but 'synced'" repository. Then you need a mess of merges to actually get them synced (if they are published, you can't rebase). Jed