X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-repack.txt;h=951622774af70e92590740c27fe021223f29442a;hb=74237d6236d7e32f69469ff26df3f3bb3875f523;hp=bd830ada274335b723f3382b9b4a554fa3c15701;hpb=b23f02ee7aa3fc1cdaf6aebde9b731f22671251b;p=git.git diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index bd830ada..95162277 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 ----------- @@ -39,7 +38,23 @@ 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`. Author ------ @@ -49,7 +64,7 @@ Documentation -------------- Documentation by Ryan Anderson -See-Also +See Also -------- gitlink:git-pack-objects[1] gitlink:git-prune-packed[1]