X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-http-pull.txt;h=e4b7b3789eec56444b782e8ba7a46bf87e7749e1;hb=180926636e47ecfe28d03cec493af75899994f0f;hp=59cd090a78cddeb4f820312892cc88f9c78ea542;hpb=2cf565c53c88c557eedd7e5629437b3c6fe74329;p=git.git diff --git a/Documentation/git-http-pull.txt b/Documentation/git-http-pull.txt index 59cd090a..e4b7b378 100644 --- a/Documentation/git-http-pull.txt +++ b/Documentation/git-http-pull.txt @@ -9,7 +9,7 @@ git-http-pull - Downloads a remote GIT repository via HTTP SYNOPSIS -------- -'git-http-pull' [-c] [-t] [-a] [-v] commit-id url +'git-http-pull' [-c] [-t] [-a] [-v] [-d] [--recover] commit-id url DESCRIPTION ----------- @@ -21,6 +21,13 @@ Downloads a remote GIT repository via HTTP. Get trees associated with the commit objects. -a:: Get all the objects. +-d:: + Do not check for delta base objects (use this option + only when you know the remote repository is not + deltified). +--recover:: + Check dependency of deltified object more carefully than + usual, to recover after earlier pull that was interrupted. -v:: Report what is downloaded.