X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-fetch-pack.txt;h=3e6cd880b0e6aeda3056da1361ffcae52b89b531;hb=9b8dc263e1b0d470cc67a824837d8884ae3e7136;hp=ea6faab059810e8eef858d58c041b7d98a7de841;hpb=069b20a198f171512a1d2d2163b40f70c94f5257;p=git.git diff --git a/Documentation/git-fetch-pack.txt b/Documentation/git-fetch-pack.txt index ea6faab05..3e6cd880b 100644 --- a/Documentation/git-fetch-pack.txt +++ b/Documentation/git-fetch-pack.txt @@ -3,12 +3,12 @@ git-fetch-pack(1) NAME ---- -git-fetch-pack - Receive missing objects from another repository. +git-fetch-pack - Receive missing objects from another repository SYNOPSIS -------- -git-fetch-pack [-q] [--exec=] [:] [...] +'git-fetch-pack' [-q] [-k] [--exec=] [:] [...] DESCRIPTION ----------- @@ -29,6 +29,12 @@ OPTIONS Pass '-q' flag to 'git-unpack-objects'; this makes the cloning process less verbose. +-k:: + Do not invoke 'git-unpack-objects' on received data, but + create a single packfile out of it instead, and store it + in the object database. If provided twice then the pack is + locked against repacking. + --exec=:: Use this to specify the path to 'git-upload-pack' on the remote side, if is not found on your $PATH.