From: william pursell Date: Sat, 9 Jun 2007 15:44:12 +0000 (+0100) Subject: Make command description imperative statement, not third-person present. X-Git-Tag: v1.5.2.2~20 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=29cf5e1245344b8827ffc0bbcb6f712a3ccc647d;p=git.git Make command description imperative statement, not third-person present. 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 --- diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index 721e0351c..4da07c158 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 644bf126f..ac938d39d 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 0b44f3015..b8166a210 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