diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2013-10-19 01:25:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-22 11:17:15 -0700 |
commit | 35c141768c4c7c486017a2d0cc615b9384b4b672 (patch) | |
tree | c4a369c846b60c56adb8d1caf9ce693df3a9bd38 | |
parent | 0b63c6a5b78f3fdd8c4e4fed4e535e7f4eed4257 (diff) | |
download | git-35c141768c4c7c486017a2d0cc615b9384b4b672.tar.gz |
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 <stefanbeller@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-repack.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |