X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-repack.txt;h=951622774af70e92590740c27fe021223f29442a;hb=refs%2Fheads%2Fhtml;hp=9060fe889724182e5478df72a8b9331f7411601c;hpb=1a4e841b439ba014b365999c3a6b9e2be3740bd8;p=git.git diff --git a/git-repack.txt b/git-repack.txt index 9060fe88..95162277 100644 --- a/git-repack.txt +++ b/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 ----------- @@ -38,11 +38,20 @@ OPTIONS -d:: After packing, if the newly created packs make some existing packs redundant, remove the redundant packs. + Also runs gitlink:git-prune-packed[1]. -l:: 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`. @@ -55,7 +64,7 @@ Documentation -------------- Documentation by Ryan Anderson -See-Also +See Also -------- gitlink:git-pack-objects[1] gitlink:git-prune-packed[1]