From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] git-send-email.txt: move --format-patch paragraph to a proper location Date: Sat, 27 Dec 2008 13:54:16 -0800 Message-ID: <7vocyxcmif.fsf@gitster.siamese.dyndns.org> References: <1230367830-6114-1-git-send-email-dato@net.com.org.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org To: Adeodato =?utf-8?Q?Sim=C3=B3?= X-From: git-owner@vger.kernel.org Sat Dec 27 22:55:48 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 1LGh8K-0001Bn-Qm for gcvg-git-2@gmane.org; Sat, 27 Dec 2008 22:55:45 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754361AbYL0VyY convert rfc822-to-quoted-printable (ORCPT ); Sat, 27 Dec 2008 16:54:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754304AbYL0VyX (ORCPT ); Sat, 27 Dec 2008 16:54:23 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:65188 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751168AbYL0VyW convert rfc822-to-8bit (ORCPT ); Sat, 27 Dec 2008 16:54:22 -0500 Received: from localhost.localdomain (unknown [127.0.0.1]) by b-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id 35D871B311; Sat, 27 Dec 2008 16:54:22 -0500 (EST) Received: from pobox.com (unknown [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by b-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 2397A1B30E; Sat, 27 Dec 2008 16:54:18 -0500 (EST) In-Reply-To: <1230367830-6114-1-git-send-email-dato@net.com.org.es> (Adeodato =?utf-8?Q?Sim=C3=B3's?= message of "Sat, 27 Dec 2008 09:50:30 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: EB634980-D460-11DD-A710-F83E113D384A-77302942!a-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Adeodato Sim=C3=B3 writes: > When introducing --format-patch, its documentation was accidentally i= nserted > in the middle of documentation for --validate. Good eyes. Thanks.