From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Holtmann Subject: Re: Commit template Date: Sun, 08 May 2005 21:16:04 +0200 Message-ID: <1115579764.8949.15.camel@pegasus> References: <1965.10.10.10.24.1115579256.squirrel@linux1> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Petr Baudis , GIT Mailing List X-From: git-owner@vger.kernel.org Sun May 08 21:11:56 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DUrBr-0001DC-LQ for gcvg-git@gmane.org; Sun, 08 May 2005 21:11:47 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262956AbVEHTRx (ORCPT ); Sun, 8 May 2005 15:17:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262960AbVEHTQ6 (ORCPT ); Sun, 8 May 2005 15:16:58 -0400 Received: from coyote.holtmann.net ([217.160.111.169]:62893 "EHLO mail.holtmann.net") by vger.kernel.org with ESMTP id S262759AbVEHTPl (ORCPT ); Sun, 8 May 2005 15:15:41 -0400 Received: from pegasus (p5487D02F.dip.t-dialin.net [84.135.208.47]) by mail.holtmann.net (8.12.3/8.12.3/Debian-7.1) with ESMTP id j48JGwWX004845 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 8 May 2005 21:16:59 +0200 To: Sean In-Reply-To: <1965.10.10.10.24.1115579256.squirrel@linux1> X-Mailer: Evolution 2.2.2 X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on coyote.holtmann.net X-Virus-Status: Clean Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Hi Sean, > This adds the ability to have a per repository commit template. Create a > .git/commit.form file containg "CG: " and other lines and it will be used > in place of the regular top 3 lines. This is kind of handy so that you > can include your signed-off-by: with your email etc. I think it is a bad idea to take the CG: into it. Let them be created by the cg-commit script, because it knows what to do. The question now is when we should provide that form. For me it only makes sense if it is not a merge and if no commit message is provided via command line. Regards Marcel