All of lore.kernel.org
 help / color / mirror / Atom feed
From: william pursell <bill.pursell@gmail.com>
To: git@vger.kernel.org
Subject: [PATCH] Correct tenses in documentation.
Date: Sat, 09 Jun 2007 16:44:12 +0100	[thread overview]
Message-ID: <466ACACC.3070801@gmail.com> (raw)

In several of the text messages, the tense of the verb
is inconsistent.  For example, "Add" vs "Creates".  This
patch to the .txt files makes all of the verbs for
the summaries be present tense.  eg, "Creates" becomes
"Create".
---
  Documentation/git-archive.txt |    2 +-
  Documentation/git-clone.txt   |    2 +-
  Documentation/git-prune.txt   |    2 +-
  3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt
index 721e035..4da07c1 100644
--- a/Documentation/git-archive.txt
+++ b/Documentation/git-archive.txt
@@ -3,7 +3,7 @@ git-archive(1)

  NAME
  ----
-git-archive - Creates an archive of files from a named tree
+git-archive - Create an archive of files from a named tree


  SYNOPSIS
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 2461c0e..4a5bab5 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -3,7 +3,7 @@ git-clone(1)

  NAME
  ----
-git-clone - Clones a repository into a new directory
+git-clone - Clone a repository into a new directory


  SYNOPSIS
diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt
index 50ee5bd..0ace233 100644
--- a/Documentation/git-prune.txt
+++ b/Documentation/git-prune.txt
@@ -3,7 +3,7 @@ git-prune(1)

  NAME
  ----
-git-prune - Prunes all unreachable objects from the object database
+git-prune - Prune all unreachable objects from the object database


  SYNOPSIS
--
1.4.4.4

             reply	other threads:[~2007-06-09 15:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-09 15:44 william pursell [this message]
2007-06-09 17:05 ` [PATCH] Correct tenses in documentation 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=466ACACC.3070801@gmail.com \
    --to=bill.pursell@gmail.com \
    --cc=git@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.