From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: Automatically checking commit messages Date: Thu, 21 Sep 2017 14:20:44 +0200 Message-ID: References: <9a88d837.ADkAADITH3QAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZwo2s@mailjet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dv0TP-0001SG-7E for guix-devel@gnu.org; Thu, 21 Sep 2017 08:20:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dv0TH-0002Sq-Bx for guix-devel@gnu.org; Thu, 21 Sep 2017 08:20:51 -0400 Received: from mail-qk0-x234.google.com ([2607:f8b0:400d:c09::234]:50974) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dv0TH-0002Pu-24 for guix-devel@gnu.org; Thu, 21 Sep 2017 08:20:47 -0400 Received: by mail-qk0-x234.google.com with SMTP id s132so5522601qke.7 for ; Thu, 21 Sep 2017 05:20:45 -0700 (PDT) In-Reply-To: <9a88d837.ADkAADITH3QAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZwo2s@mailjet.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: Arun Isaac Cc: guix-devel Hello On Wed, Sep 20, 2017 at 5:47 PM, Arun Isaac wrote: > I have been working on a guile script to automatically check commit > messages -- something like `guix lint' but for commit messages instead > of package definitions. This could help us enforce our commit message > guidelines and avoid screw-ups like the one I did in commit > 1ee879e96705e6381c056358b7f426f2cf99c1df. I believe more automation is > essential and would help us scale better if/when we have more people > with commit access. This is a good idea, and it would be even better if that same thing could be used to generate a commit message with all the automatable pieces pre-filled, with only the human parts left to the user. -- Vincent Legoll