X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-repack.txt;h=d2f9a44382f3e74860bb5f489acf2843281ffb1c;hb=5edbcd8d778d81254d2c8a4229c76c6fa7880407;hp=d8e3ad093339766a494de10ca4b99e4d1c23d286;hpb=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7;p=git.git diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index d8e3ad09..d2f9a443 100644 --- a/Documentation/git-repack.txt +++ b/Documentation/git-repack.txt @@ -1,6 +1,5 @@ git-repack(1) ============= -v0.99.5, August 2005 NAME ---- @@ -10,7 +9,7 @@ objects into pack files. SYNOPSIS -------- -'git-repack' [-a] [-d] +'git-repack' [-a] [-d] [-f] [-l] [-n] [-q] DESCRIPTION ----------- @@ -40,6 +39,21 @@ OPTIONS After packing, if the newly created packs make some existing packs redundant, remove the redundant packs. +-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`. Author ------ @@ -49,11 +63,12 @@ Documentation -------------- Documentation by Ryan Anderson -See-Also +See Also -------- -git-pack-objects(1) git-prune-packed(1) +gitlink:git-pack-objects[1] +gitlink:git-prune-packed[1] GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite