Code

Make command description imperative statement, not third-person present.
authorwilliam pursell <bill.pursell@gmail.com>
Sat, 9 Jun 2007 15:44:12 +0000 (16:44 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 Jun 2007 17:42:48 +0000 (10:42 -0700)
In several of the text messages, the tense of the verb is inconsistent.
For example, "Add" vs "Creates".  It is customary to use imperative for
command description.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-archive.txt
Documentation/git-clone.txt
Documentation/git-prune.txt

index 721e0351c3b7b50cfeadaa64af4a9e8cd5be27d5..4da07c158053bd037f32ff74516c7b2dfeec723b 100644 (file)
@@ -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
index 644bf126fb8766fb1825f0688089b213b4326977..ac938d39df7a4b5b5ea3e4ca8cb2cf505fc49752 100644 (file)
@@ -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
index 0b44f3015d1ce8c600eb274a0f74c53868949658..b8166a210fe5f0a6c5ade480640146684d2517cb 100644 (file)
@@ -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