X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-http-pull.txt;h=edc5cebf7c177f85f0e630a8d0827f4020e25042;hb=9d34c29db39bdb5c2443475dd6a24cfc5c2c9e37;hp=3ac91320e93bd773e2b212428968d83a0ee29ff3;hpb=613d872cfbe53213e1a9bbc77d75be9a6403b2b2;p=git.git diff --git a/Documentation/git-http-pull.txt b/Documentation/git-http-pull.txt index 3ac91320..edc5cebf 100644 --- a/Documentation/git-http-pull.txt +++ b/Documentation/git-http-pull.txt @@ -21,17 +21,11 @@ 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. --w:: - Writes the commit-id into the filename under $GIT_DIR/refs/ on + +-w :: + Writes the commit-id into the filename under $GIT_DIR/refs/ on the local end after the transfer is complete. Author