diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2008-09-19 15:43:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-19 22:23:14 -0700 |
commit | 8d11fdeaf6735163e4af3fff699293e8250c07c3 (patch) | |
tree | e963e4c234f162eb014aeab370a5fcfae1289513 /Documentation/git-repack.txt | |
parent | Typo "bogos" in format-patch error message. (diff) | |
download | tgif-8d11fdeaf6735163e4af3fff699293e8250c07c3.tar.xz |
git-repack uses --no-repack-object, not --no-repack-delta.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-repack.txt')
-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 38ac60947b..bbe1485a97 100644 --- a/Documentation/git-repack.txt +++ b/Documentation/git-repack.txt @@ -60,7 +60,7 @@ OPTIONS linkgit:git-pack-objects[1]. -f:: - Pass the `--no-reuse-delta` option to 'git-pack-objects'. See + Pass the `--no-reuse-object` option to `git-pack-objects`, see linkgit:git-pack-objects[1]. -q:: |