From: Jed Brown Date: Mon, 11 Oct 2010 20:10:24 +0000 (+0200) Subject: Re: notmuch-next branch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=102609abc4807136d164d11d1cd2ad5963d9e105;hp=01c0201d00792c0ed81ee973080249fda352e365;p=notmuch-archives.git Re: notmuch-next branch --- diff --git a/33/7f6002f15c5c7d3fe65522f655b3d64bb82054 b/33/7f6002f15c5c7d3fe65522f655b3d64bb82054 new file mode 100644 index 000000000..a71a792f6 --- /dev/null +++ b/33/7f6002f15c5c7d3fe65522f655b3d64bb82054 @@ -0,0 +1,81 @@ +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