Merge branch 'fixes'
[git.git] / Documentation / git-http-fetch.txt
1 git-http-fetch(1)
2 =================
3
4 NAME
5 ----
6 git-http-fetch - Downloads a remote git repository via HTTP
7
8
9 SYNOPSIS
10 --------
11 'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
12
13 DESCRIPTION
14 -----------
15 Downloads a remote git repository via HTTP.
16
17 -c::
18         Get the commit objects.
19 -t::
20         Get trees associated with the commit objects.
21 -a::
22         Get all the objects.
23 -v::
24         Report what is downloaded.
25
26 -w <filename>::
27         Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
28         the local end after the transfer is complete.
29
30 Author
31 ------
32 Written by Linus Torvalds <torvalds@osdl.org>
33
34 Documentation
35 --------------
36 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
37
38 GIT
39 ---
40 Part of the gitlink:git[7] suite
41