X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-repack.txt;h=6c0f792dad8f23833a8a28cf08aec74aafcbeb4a;hb=21a02335f821c89a989cf0b533d2ae0adb6da16e;hp=9060fe889724182e5478df72a8b9331f7411601c;hpb=a9572072f0ab0ac97e64b0dc01254a3ad95befe1;p=git.git diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index 9060fe88..6c0f792d 100644 --- a/Documentation/git-repack.txt +++ b/Documentation/git-repack.txt @@ -9,7 +9,7 @@ objects into pack files. SYNOPSIS -------- -'git-repack' [-a] [-d] [-l] [-n] +'git-repack' [-a] [-d] [-f] [-l] [-n] [-q] DESCRIPTION ----------- @@ -43,6 +43,14 @@ OPTIONS Pass the `--local` option to `git pack-objects`, see gitlink:git-pack-objects[1]. +-f:: + Pass the `--no-reuse-delta` option to `git pack-objects`, see + gitlink:git-pack-objects[1]. + +-q:: + Pass the `-q` option to `git pack-objects`, see + gitlink:git-pack-objects[1]. + -n:: Do not update the server information with `git update-server-info`.