Skip to content

Commit 29cf5e1

Browse files
wrpgitster
authored andcommitted
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 <[email protected]>
1 parent 5035242 commit 29cf5e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/git-archive.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git-archive(1)
33

44
NAME
55
----
6-
git-archive - Creates an archive of files from a named tree
6+
git-archive - Create an archive of files from a named tree
77

88

99
SYNOPSIS

Documentation/git-clone.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git-clone(1)
33

44
NAME
55
----
6-
git-clone - Clones a repository into a new directory
6+
git-clone - Clone a repository into a new directory
77

88

99
SYNOPSIS

Documentation/git-prune.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git-prune(1)
33

44
NAME
55
----
6-
git-prune - Prunes all unreachable objects from the object database
6+
git-prune - Prune all unreachable objects from the object database
77

88

99
SYNOPSIS

0 commit comments

Comments
 (0)