Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-06-09 22:52:43 +0400
committerJunio C Hamano <gitster@pobox.com>2007-06-09 22:52:43 +0400
commite58db03bbee4af96e60b6ac88b84c1c11b8b037e (patch)
tree6bc70c7e765f4f57e58b12e4537867ce85c73227
parente876e741113e63e5ee1641baddb2d537bec5ddb8 (diff)
parent29cf5e1245344b8827ffc0bbcb6f712a3ccc647d (diff)
Merge branch 'maint'
* maint: Make command description imperative statement, not third-person present.
-rw-r--r--Documentation/git-archive.txt2
-rw-r--r--Documentation/git-clone.txt2
-rw-r--r--Documentation/git-prune.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt
index 721e0351c3..4da07c1580 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 2461c0ec2d..4a5bab510e 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 50ee5bddd0..0ace233d18 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