From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH 03/15] manpages: fix bogus whitespace Date: Thu, 03 Jul 2008 16:55:12 -0700 Message-ID: <7vprpuwmjj.fsf@gitster.siamese.dyndns.org> References: <7viqvqov01.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Christian Couder , "J. Bruce Fields" , Miklos Vajna , "Shawn O. Pearce" To: Jonathan Nieder X-From: git-owner@vger.kernel.org Fri Jul 04 01:56:22 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 1KEYf0-00035a-3N for gcvg-git-2@gmane.org; Fri, 04 Jul 2008 01:56:22 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754273AbYGCXzZ (ORCPT ); Thu, 3 Jul 2008 19:55:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753976AbYGCXzZ (ORCPT ); Thu, 3 Jul 2008 19:55:25 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:49086 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753882AbYGCXzY (ORCPT ); Thu, 3 Jul 2008 19:55:24 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id D938412DEF; Thu, 3 Jul 2008 19:55:21 -0400 (EDT) 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-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 0E72E12DEE; Thu, 3 Jul 2008 19:55:13 -0400 (EDT) User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 7F5F201E-495B-11DD-9C7C-CE28B26B55AE-77302942!a-sasl-fastnet.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jonathan Nieder writes: > It's distracting. > > Signed-off-by: Jonathan Nieder > --- > Documentation/git-fast-import.txt | 2 +- > Documentation/git-format-patch.txt | 8 ++++---- > Documentation/git-gui.txt | 4 ++-- > 3 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt > index 70cc8e8..9602764 100644 > --- a/Documentation/git-fast-import.txt > +++ b/Documentation/git-fast-import.txt > @@ -86,7 +86,7 @@ OPTIONS > > --quiet:: > Disable all non-fatal output, making fast-import silent when it > - is successful. This option disables the output shown by > + is successful. This option disables the output shown by How did you find *this* one? It took me a few minutes to finally notice that you are talking about the HT. In other words, I had to work hard to get distracted by it.