Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1WnD9n-0003vT-8C for bitcoin-development@lists.sourceforge.net; Wed, 21 May 2014 20:30:35 +0000 Received: from mail-pa0-f46.google.com ([209.85.220.46]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1WnD9m-0005UI-52 for bitcoin-development@lists.sourceforge.net; Wed, 21 May 2014 20:30:35 +0000 Received: by mail-pa0-f46.google.com with SMTP id kq14so1744497pab.33 for ; Wed, 21 May 2014 13:30:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:organization:user-agent :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=2wwEGal3mLtZkrcrO/BhdEepc0d3cI8kIXmWVMV6VLE=; b=WjaJGIVe25eEBb8fptOnRq/z0vRjSJ/Je4ueosvB1qtEIicOCjqTCp1bpYLe1CyavY GcNnjm0fx3L5HhHPWHyI93kUEIiqs+V6NwJiOctxdZU7/h+yfMrKgr0RikMx6Pdv0BDb Yhg4zDSJN82Kx4GJmVv5LLHJVho/vxKet2WV3/9i4kSolmd/CztI2vU5nCkdacXdjbl6 yh210mVgC8xVVjVv8Af3zZnbfVrhN4RCR3Ny+mg7nu7tUSWG1wn3lEIX+YTCfmiUYEoS MCpgecnAHIluwZEexIoNmXrLc+xILxg3oJepOyWkzKufSGKwbLJxDPX6H+OkjTox3kGr rlwQ== X-Gm-Message-State: ALoCoQncJz3F22T89sDMR9ol8OSL1LL/Nj4ev/aUk8GPScNM2Ye+LtawuCdWoJ+wiFeMjyCQW/Ua X-Received: by 10.66.142.201 with SMTP id ry9mr61246096pab.14.1400704228235; Wed, 21 May 2014 13:30:28 -0700 (PDT) Received: from [192.168.127.195] (50-0-36-109.dsl.dynamic.sonic.net. [50.0.36.109]) by mx.google.com with ESMTPSA id x5sm9521535pbw.26.2014.05.21.13.30.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 21 May 2014 13:30:27 -0700 (PDT) Message-ID: <537D0CE1.3000608@monetize.io> Date: Wed, 21 May 2014 13:30:25 -0700 From: Mark Friedenbach Organization: Monetize.io Inc. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: bitcoin-development@lists.sourceforge.net References: <7B48B9D4-5FB0-42CA-A462-C20D3F345A9A@beams.io> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. X-Headers-End: 1WnD9m-0005UI-52 Subject: Re: [Bitcoin-development] PSA: Please sign your git commits X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 20:30:35 -0000 On 05/21/2014 10:10 AM, Wladimir wrote: > On Wed, May 21, 2014 at 6:39 PM, Chris Beams wrote: >> I'm personally happy to comply with this for any future commits, but wonder >> if you've considered the arguments against commit signing [1]? Note >> especially the reference therein to Linus' original negative opinion on >> signed commits [2]. > > Yes, I've read it. But would his alternative, signing tags, really > help us more here? Honest question: what would signed commits do to help us here anyway? What's the problem being solved? Unfortunately git places signatures in the history itself, so it's not like we could use easily use signatures to indicate acceptance after code review, like we could if we were using monotone for example. Git just wasn't designed for a commit-signing workflow.