diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2008-09-19 15:43:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-20 07:23:14 +0200 |
commit | 8d11fdeaf6735163e4af3fff699293e8250c07c3 (patch) | |
tree | e963e4c234f162eb014aeab370a5fcfae1289513 /git-repack.sh | |
parent | Typo "bogos" in format-patch error message. (diff) | |
download | git-8d11fdeaf6735163e4af3fff699293e8250c07c3.tar.xz git-8d11fdeaf6735163e4af3fff699293e8250c07c3.zip |
git-repack uses --no-repack-object, not --no-repack-delta.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-repack.sh')
-rwxr-xr-x | git-repack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-repack.sh b/git-repack.sh index 683960b04d..d39eb6cea6 100755 --- a/git-repack.sh +++ b/git-repack.sh @@ -10,7 +10,7 @@ git repack [options] a pack everything in a single pack A same as -a, and turn unreachable objects loose d remove redundant packs, and run git-prune-packed -f pass --no-reuse-delta to git-pack-objects +f pass --no-reuse-object to git-pack-objects n do not run git-update-server-info q,quiet be quiet l pass --local to git-pack-objects |