summaryrefslogtreecommitdiff
path: root/Documentation/git-prune.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2007-06-09 11:52:43 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2007-06-09 11:52:43 -0700
commite58db03bbee4af96e60b6ac88b84c1c11b8b037e (patch)
tree6bc70c7e765f4f57e58b12e4537867ce85c73227 /Documentation/git-prune.txt
parentRemove unnecessary code and comments on non-existing 8kB tag object restriction (diff)
parentMake command description imperative statement, not third-person present. (diff)
downloadtgif-e58db03bbee4af96e60b6ac88b84c1c11b8b037e.tar.xz
Merge branch 'maint'
* maint: Make command description imperative statement, not third-person present.
Diffstat (limited to 'Documentation/git-prune.txt')
-rw-r--r--Documentation/git-prune.txt2
1 files changed, 1 insertions, 1 deletions
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