X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-http-pull.txt;h=431ef7cab3cadc94ca86e28c69611ee610a74767;hb=8a498a05c3c6b2f53db669b24f36257ab213eb4c;hp=e4b7b3789eec56444b782e8ba7a46bf87e7749e1;hpb=a48e1d67e167507091f25dc00e2bd6c280fa538e;p=git.git diff --git a/Documentation/git-http-pull.txt b/Documentation/git-http-pull.txt index e4b7b378..431ef7ca 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] [-d] [--recover] commit-id url +'git-http-pull' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url DESCRIPTION ----------- @@ -21,16 +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 + the local end after the transfer is complete. Author ------