X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-http-fetch.txt;h=bc1a13289153976c31718d3694de2a188d5b8478;hb=86f363791b281fb916414a89282b2e67cdaa36c0;hp=088624f6cc47c8ce2f72704d2d30d65248956204;hpb=e634aec752642dcf86c3fc82025e43381d6768c2;p=git.git diff --git a/Documentation/git-http-fetch.txt b/Documentation/git-http-fetch.txt index 088624f6..bc1a1328 100644 --- a/Documentation/git-http-fetch.txt +++ b/Documentation/git-http-fetch.txt @@ -3,17 +3,23 @@ git-http-fetch(1) NAME ---- -git-http-fetch - Downloads a remote git repository via HTTP +git-http-fetch - downloads a remote git repository via HTTP SYNOPSIS -------- -'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url +'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] DESCRIPTION ----------- Downloads a remote git repository via HTTP. +OPTIONS +------- +commit-id:: + Either the hash or the filename under [URL]/refs/ to + pull. + -c:: Get the commit objects. -t::