From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH 4/4] Add a --cover-letter option to format-patch Date: Mon, 18 Feb 2008 13:09:46 -0800 Message-ID: <7vejbanf8l.fsf@gitster.siamese.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Johannes Schindelin , git@vger.kernel.org To: Daniel Barkalow X-From: git-owner@vger.kernel.org Mon Feb 18 22:11:13 2008 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 1JRDGZ-0008LZ-Jp for gcvg-git-2@gmane.org; Mon, 18 Feb 2008 22:11:12 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753970AbYBRVKP (ORCPT ); Mon, 18 Feb 2008 16:10:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752824AbYBRVKP (ORCPT ); Mon, 18 Feb 2008 16:10:15 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:37704 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761524AbYBRVKN (ORCPT ); Mon, 18 Feb 2008 16:10:13 -0500 Received: from a-sasl-quonix.pobox.com (localhost [127.0.0.1]) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id 1E7937BEB; Mon, 18 Feb 2008 16:10:11 -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 379497BE7; Mon, 18 Feb 2008 16:09:49 -0500 (EST) In-Reply-To: (Daniel Barkalow's message of "Mon, 18 Feb 2008 13:54:36 -0500 (EST)") 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: Daniel Barkalow writes: >> > diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt >> > index 651efe6..53e6d2e 100644 >> > --- a/Documentation/git-format-patch.txt >> > +++ b/Documentation/git-format-patch.txt >> > @@ -17,6 +17,7 @@ SYNOPSIS >> > [--in-reply-to=Message-Id] [--suffix=.] >> > [--ignore-if-in-upstream] >> > [--subject-prefix=Subject-Prefix] >> > + [--cover-letter] >> > [ | ] >> >> Since you are already there, and it is really a small change, why not fix >> the whitespace? > > What *is* the correct whitespace for alignment in documentation? The last time I checked, AsciiDoc output did not change before and after running "expand" and then "unexpand" in all *.txt files in Documentation/ directory, so if it is indenting to multiple of 8, HT is fine. Don't we have Documentation/.gitattributes that says indentation to 8*N-th column must be done with N HTs these days? >> Why not sign off the cover letter, too? > > I think cover letters aren't normally signed off, since they don't contain > any content that goes into the history. Right. They do not contain any content that needs DCO.