From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Allow selection of different cleanup modes for commit messages Date: Sat, 22 Dec 2007 19:46:38 -0800 Message-ID: <7vodciul7l.fsf@gitster.siamese.dyndns.org> References: <20071220211835.GA3052@steel.home> <7vlk7plydv.fsf@gitster.siamese.dyndns.org> <20071221173521.GA3494@steel.home> <7v8x3n4tbe.fsf@gitster.siamese.dyndns.org> <20071221230851.GA3260@steel.home> <7v3atv17o9.fsf@gitster.siamese.dyndns.org> <20071222184624.GA4167@steel.home> <7v1w9ew1vm.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alex Riesen , git@vger.kernel.org To: Linus Torvalds X-From: git-owner@vger.kernel.org Sun Dec 23 04:47:20 2007 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1J6Ho3-0006hp-Vr for gcvg-git-2@gmane.org; Sun, 23 Dec 2007 04:47:16 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756017AbXLWDqs (ORCPT ); Sat, 22 Dec 2007 22:46:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755997AbXLWDqs (ORCPT ); Sat, 22 Dec 2007 22:46:48 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:45092 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755946AbXLWDqq (ORCPT ); Sat, 22 Dec 2007 22:46:46 -0500 Received: from a-sasl-quonix (localhost [127.0.0.1]) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id 9206878D1; Sat, 22 Dec 2007 22:46:45 -0500 (EST) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id 1190878D0; Sat, 22 Dec 2007 22:46:40 -0500 (EST) In-Reply-To: <7v1w9ew1vm.fsf@gitster.siamese.dyndns.org> (Junio C. Hamano's message of "Sat, 22 Dec 2007 19:01:17 -0800") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano writes: > Linus Torvalds writes: > >> So I wonder if we should perhaps: >> >> (a) Only add these messages at all when we do *not* do CLEANUP_ALL >> >> I personally would prefer (a) - since anybody who then explicitly uses >> --cleanup={space|none} would presumably already know what he is doing. > > I thought about this a bit more, but then realized that people > would still want to see the status output in their editors. > This applies even to "verbatim" case. > > Which means that they need to remove the '#' lines when they do > not use CLEANUP_ALL. > > So I am inclined to suggest we need to take (b). ... and I ended up doing the clean-up myself as I found a handful buglets in the code before Alex's patch. Will be posting them shortly.