Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Sat, 9 Jun 2007 18:52:43 +0000 (11:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 Jun 2007 18:52:43 +0000 (11:52 -0700)
* maint:
Make command description imperative statement, not third-person present.

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 2461c0ec2da6482530458dd33d62c68a4939225d..4a5bab510eb9346d815522f9c9df9af6b0a850a3 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 50ee5bddd013d493cb235e289db0880f0ddf6661..0ace233d18383f53ca4d31baaa8e3c230ddb874b 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