X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-http-fetch.txt;h=d91cb7ff85b8c05a39cd18757bc66a16662c5150;hb=d3b91fad1843e98fde9c287f72315bd456e18f2c;hp=3d508094afc6a79d40b84ce0a3380f487a40d5e8;hpb=f3c5b39567535a41a371aad8a6affbeea0d4c0b9;p=git.git diff --git a/Documentation/git-http-fetch.txt b/Documentation/git-http-fetch.txt index 3d508094a..d91cb7ff8 100644 --- a/Documentation/git-http-fetch.txt +++ b/Documentation/git-http-fetch.txt @@ -3,12 +3,12 @@ git-http-fetch(1) NAME ---- -git-http-fetch - downloads a remote git repository via HTTP +git-http-fetch - Download from a remote git repository via HTTP SYNOPSIS -------- -'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] +'git http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] DESCRIPTION ----------- @@ -34,11 +34,15 @@ commit-id:: the local end after the transfer is complete. --stdin:: - Instead of a commit id on the commandline (which is not expected in this - case), 'git-http-fetch' expects lines on stdin in the format + Instead of a commit id on the command line (which is not expected in this + case), 'git http-fetch' expects lines on stdin in the format ['\t'] +--recover:: + Verify that everything reachable from target is fetched. Used after + an earlier fetch is interrupted. + Author ------ Written by Linus Torvalds @@ -49,5 +53,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list