git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Rast <trast@student.ethz.ch>
To: D Waitzman <djw@spamcop.net>
Cc: git <git@vger.kernel.org>, Jakub Narebski <jnareb@gmail.com>,
	Ben Walton <bwalton@artsci.utoronto.ca>
Subject: Re: [PATCH] gitweb(1) Fixed English issues
Date: Fri, 23 Mar 2012 16:46:25 +0100	[thread overview]
Message-ID: <878vircoby.fsf@thomas.inf.ethz.ch> (raw)
In-Reply-To: <08B31D69-CE1F-4D27-8AE6-C1C0D76BEED5@spamcop.net> (D. Waitzman's message of "Fri, 23 Mar 2012 11:02:43 -0400")

D Waitzman <djw@spamcop.net> writes:

> This is a trivial patch to correct the english in the man page.  Ben Walton suggested an additional english fix which I have added and squashed with my change.  And then I added it again when he pointed out I missed something in his original email.
>
> --
>
> Fixed improper use of "it's" when it should be "its".
> Added missing "the"; noted by Ben Walton bwalton@artsci.utoronto.ca
>
>     Signed-off-by: David Waitzman <djw@bbn.com>
> ---
>  Documentation/gitweb.txt |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt
> index 605a085..168e8bf 100644
[snip patch]

Note that the correct way to put commentary in the patch mail that does
not go into the commit message is putting it after the --- marker.
Also, we write commit messages in the imperative.  The above should
probably look roughly like

  Subject: Documentation/gitweb: trivial English fixes

  Change "it's" to "its" where a possessive is intended.

  Also add two missing "the" that were noticed by Ben Walton
  <bwalton@artsci.utoronto.ca>.

  Signed-off-by: David Waitzman <djw@bbn.com>
  ---
  This is a trivial patch to correct the english in the man page.  Ben
  Walton suggested an additional english fix which I have added and
  squashed with my change.  And then I added it again when he pointed
  out I missed something in his original email.

   Documentation/gitweb.txt |    4 ++--
   1 file changed, 2 insertions(+), 2 deletions(-)

  diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt
  index 605a085..168e8bf 100644

Note that I added "Subject:" here to make it an inline patch (though you
obviously need to remove my extra formatting indent).  If there's no
Subject pseudoheader, the patch gets the subject of your email, and
similarly for From and author.

-- 
Thomas Rast
trast@{inf,student}.ethz.ch

  reply	other threads:[~2012-03-23 15:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-23 13:13 [PATCH] gitweb(1): Fixed improper use of "it's" when it should be "its" David Waitzman
2012-03-23 13:27 ` Ben Walton
2012-03-23 14:49   ` [PATCH] gitweb(1) Fixed English issues David Waitzman
2012-03-23 14:52     ` Ben Walton
2012-03-23 15:02     ` D Waitzman
2012-03-23 15:46       ` Thomas Rast [this message]
2012-03-23 18:19         ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878vircoby.fsf@thomas.inf.ethz.ch \
    --to=trast@student.ethz.ch \
    --cc=bwalton@artsci.utoronto.ca \
    --cc=djw@spamcop.net \
    --cc=git@vger.kernel.org \
    --cc=jnareb@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).