git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Correct tenses in documentation.
@ 2007-06-09 15:44 william pursell
  2007-06-09 17:05 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: william pursell @ 2007-06-09 15:44 UTC (permalink / raw)
  To: git

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Correct tenses in documentation.
  2007-06-09 15:44 [PATCH] Correct tenses in documentation william pursell
@ 2007-06-09 17:05 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2007-06-09 17:05 UTC (permalink / raw)
  To: william pursell; +Cc: git

william pursell <bill.pursell@gmail.com> writes:

> 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".

I find this sensible and matches the convention to use
imperative form; I do not think it is "present tense", but in
English they look the same.

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-09 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-09 15:44 [PATCH] Correct tenses in documentation william pursell
2007-06-09 17:05 ` Junio C Hamano

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).