X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-repack.txt;h=9060fe889724182e5478df72a8b9331f7411601c;hb=8e76c79f4a1e66ed8e371d1232e879f45141dce1;hp=2e95e111f36612259f32f45392cd466fa9c4bf79;hpb=dbc37438687e110697574d175e4eca5f9cbeae81;p=git.git diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index 2e95e111..9060fe88 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] [-l] [-n] DESCRIPTION ----------- @@ -40,6 +39,13 @@ 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]. + +-n:: + Do not update the server information with + `git update-server-info`. Author ------ @@ -51,7 +57,8 @@ Documentation by Ryan Anderson See-Also -------- -git-pack-objects(1) git-prune-packed(1) +gitlink:git-pack-objects[1] +gitlink:git-prune-packed[1] GIT ---