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 | |
parent | Move the paragraph specifying where the .idx and .pack files should be (diff) | |
download | tgif-9c2d28c74e374174de01901238159b63a96a04ba.tar.xz |
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>
-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. |