From: Stefan Beller Date: Fri, 18 Oct 2013 23:25:22 +0000 (+0200) Subject: Reword repack documentation to no longer state it's a script X-Git-Tag: v1.8.5-rc0~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35c141768c4c7c486017a2d0cc615b9384b4b672;p=thirdparty%2Fgit.git Reword repack documentation to no longer state it's a script This updates the documentation regarding the changes introduced by a1bbc6c01 (2013-09-15, repack: rewrite the shell script in C). Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index 4c1aff65e6..509cf73e50 100644 --- a/Documentation/git-repack.txt +++ b/Documentation/git-repack.txt @@ -14,7 +14,7 @@ SYNOPSIS DESCRIPTION ----------- -This script is used to combine all objects that do not currently +This command is used to combine all objects that do not currently reside in a "pack", into a pack. It can also be used to re-organize existing packs into a single, more efficient pack.