From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH 1/4] documentation: trivial style cleanups Date: Thu, 09 May 2013 16:09:19 -0700 Message-ID: <7vehdf7nts.fsf@alter.siamese.dyndns.org> References: <1368062218-22440-1-git-send-email-felipe.contreras@gmail.com> <1368062218-22440-2-git-send-email-felipe.contreras@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Jeff King To: Felipe Contreras X-From: git-owner@vger.kernel.org Fri May 10 01:09:37 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UaZxr-00080T-Hn for gcvg-git-2@plane.gmane.org; Fri, 10 May 2013 01:09:32 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758231Ab3EIXJZ (ORCPT ); Thu, 9 May 2013 19:09:25 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:35963 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754550Ab3EIXJX (ORCPT ); Thu, 9 May 2013 19:09:23 -0400 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 82F621DFC4; Thu, 9 May 2013 23:09:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=sasl; bh=ksPG3w4T2OPtoDyKppL6RUoW9Vg=; b=cijBR42yixthFKUBl8En Gw6Zk0WU33UDWKLa2HyddlKiZi1TXt1Sej1az0aHjz4WI8pzMiceW4FKanaLSzq5 xHgnZv+GH5ytZB+Yzvlx/e/XpSDTEZIKeKeEJNPplkPQGFXL4SD0ec8PvZG3vvW9 pR8kxtOIUcRHdVF01GbbgjA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; q=dns; s=sasl; b=C3B9J8TbDBf0AH4LkatWmTSVlQFJ8JsrCaYyZKH3KI6tCt gR0e2xoqWA1VuUhWR4doH846AygdOtQt90T14camxKJUVJFrtTM+84PUjstVFDPf eC2Rhv4ooHWtf8MgZ0M0HCDawpuuNmr1NqRvgOOxIVBMA7bI/+FCZJ14UCOJk= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 79CA41DFC3; Thu, 9 May 2013 23:09:22 +0000 (UTC) Received: from pobox.com (unknown [50.152.208.16]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 5A2921DFC2; Thu, 9 May 2013 23:09:21 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 7B8F7710-B8FD-11E2-BC97-E56BAAC0D69C-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Felipe Contreras writes: > White-spaces, missing braces, standardize --[no-]foo. > > Signed-off-by: Felipe Contreras This is uncomfortably big at this phase of the release cycle, but thanks anyway. Because I didn't want to review this patch only to spot silly formatting mistakes that may break the documentation build (which I didn't find any), I looked the entire files the patch touches, and many of the comments below ended up being suggestions for a follow-up work for people who would want to pick low-hanging fruits. Hint, hint. There however are a few things that should have been in this patch, though. I'll attach what I'd queue as "SQUASH???" on top of this patch at the bottom. > diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt > index 19d57a8..5bbe7b6 100644 > --- a/Documentation/git-am.txt > +++ b/Documentation/git-am.txt > @@ -9,12 +9,12 @@ git-am - Apply a series of patches from a mailbox > SYNOPSIS > -------- > [verse] > -'git am' [--signoff] [--keep] [--keep-cr | --no-keep-cr] [--utf8 | --no-utf8] > +'git am' [--signoff] [--keep] [--[no-]keep-cr] [--[no-]utf8] > [--3way] [--interactive] [--committer-date-is-author-date] > [--ignore-date] [--ignore-space-change | --ignore-whitespace] > [--whitespace=