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 26B54431FD0 for ; Sun, 3 Jul 2011 07:41:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 qJ9mDKzDxcNI for ; Sun, 3 Jul 2011 07:41:45 -0700 (PDT) Received: from mail-pv0-f181.google.com (mail-pv0-f181.google.com [74.125.83.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 08C50431FB6 for ; Sun, 3 Jul 2011 07:41:44 -0700 (PDT) Received: by pvg13 with SMTP id 13so4491009pvg.26 for ; Sun, 03 Jul 2011 07:41:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=2BvAB2VX89q129RBFDLBFAsmFo4n9d1cgLAHAnyBQhY=; b=jVLgcDzbcoW9KiXeNr8GRE5H12np8PSxKM8SsBxpyCy6V9DL1919x73kgq/hZrMFSP 0+a/+GcYwdkMgOOnOGN2C6usLHGUpdPwP215Jatdvsa3io6x/aRLOlPt2IHr2RbOz8HT 5ooxgirwRWRERupk94naRKPBUXRM3jS6IUlv8= MIME-Version: 1.0 Received: by 10.68.9.162 with SMTP id a2mr6219151pbb.300.1309704104072; Sun, 03 Jul 2011 07:41:44 -0700 (PDT) Received: by 10.68.43.170 with HTTP; Sun, 3 Jul 2011 07:41:43 -0700 (PDT) In-Reply-To: <87iprj5yab.fsf@zancas.localnet> References: <87y60hn0mg.fsf@zancas.localnet> <87tyb5mumf.fsf@zancas.localnet> <874o347fot.fsf@zancas.localnet> <87iprj5yab.fsf@zancas.localnet> Date: Sun, 3 Jul 2011 10:41:43 -0400 Message-ID: Subject: Re: branchs and tags and merges oh my! From: servilio To: David Bremner Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Sun, 03 Jul 2011 14:41:47 -0000 On 3 July 2011 08:44, David Bremner wrote: > On Sun, 3 Jul 2011 03:14:03 -0400, servilio wrote: >> >> I think there is no need for tags on master, "make dist" should only >> be run on the "release" branch, right? > > It isn't just about make dist (which I anyway thinks makes sense to run > on master to make snapshots). Every compilation from git gets a version > number from running git-describe. =C2=A0So unless we want all developers = to > have useless/annoying version numbers, we have to care about tags on > master. Why not just generate version when building from master in a different way? Servilio