From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Heads-up: git.sv.gnu.org now rejects unsigned commits Date: Mon, 25 Jul 2016 10:58:07 -0400 Message-ID: <20160725145807.GA22140@jasmine> References: <877fcart44.fsf@gnu.org> <483deee9-2d45-9da4-e79f-9e01643ea080@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRhKq-0006Et-Qp for guix-devel@gnu.org; Mon, 25 Jul 2016 10:58:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRhKl-0007kS-Tt for guix-devel@gnu.org; Mon, 25 Jul 2016 10:58:23 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:45546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRhKk-0007h9-Je for guix-devel@gnu.org; Mon, 25 Jul 2016 10:58:19 -0400 Content-Disposition: inline In-Reply-To: <483deee9-2d45-9da4-e79f-9e01643ea080@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Cyril Roelandt Cc: guix-devel@gnu.org On Mon, Jul 25, 2016 at 12:02:11PM +0200, Cyril Roelandt wrote: > On 07/25/2016 10:59 AM, Ludovic Courtès wrote: > > Hello! > > > > All the Guix repositories on Savannah now reject unsigned Git commits: > > > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22883#112 > > > > This could probably be useful: > https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work > > > What will we do about patches sent by casual contributors, that will > probably be unsigned? Should the committer sign them? Yes. Signing a patch that is emailed is a separate action from signing a Git commit (`git commit --gpg-sign`). Submitters are invited to sign their emails, but those signatures will not appear in the Git repo.