diff options
author | Matt Kraai <kraai@ftbfs.org> | 2007-09-21 07:37:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-21 12:54:24 -0700 |
commit | 9c2d28c74e374174de01901238159b63a96a04ba (patch) | |
tree | f7f0969b4baeecb911e550ad8237269f276c6b54 /Documentation/git-prune-packed.txt | |
parent | 1e6ab5de4fc4ae2902a09f18fe43249c4d012a35 (diff) | |
download | git-9c2d28c74e374174de01901238159b63a96a04ba.tar.gz |
Conjugate "search" correctly in the git-prune-packed man page.
Signed-off-by: Matt Kraai <kraai@ftbfs.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-prune-packed.txt')
-rw-r--r-- | Documentation/git-prune-packed.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-prune-packed.txt b/Documentation/git-prune-packed.txt index 3800edb7bb..9f85f3833e 100644 --- a/Documentation/git-prune-packed.txt +++ b/Documentation/git-prune-packed.txt @@ -13,7 +13,7 @@ SYNOPSIS DESCRIPTION ----------- -This program search the `$GIT_OBJECT_DIR` for all objects that currently +This program searches the `$GIT_OBJECT_DIR` for all objects that currently exist in a pack file as well as the independent object directories. All such extra objects are removed. |