Autogenerated man pages for 026351a03507dc3a2e89e068c01234dc55914df2
[git.git] / man1 / git-http-fetch.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-HTTP-FETCH" 1 "" "" ""
21 .SH NAME
22 git-http-fetch \- downloads a remote git repository via HTTP
23 .SH "SYNOPSIS"
24
25
26 git\-http\-fetch [\-c] [\-t] [\-a] [\-d] [\-v] [\-w filename] [\-\-recover] <commit> <url>
27
28 .SH "DESCRIPTION"
29
30
31 Downloads a remote git repository via HTTP\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 commit\-id
37 Either the hash or the filename under [URL]/refs/ to pull\&.
38
39 .TP
40 \-c
41 Get the commit objects\&.
42
43 .TP
44 \-t
45 Get trees associated with the commit objects\&.
46
47 .TP
48 \-a
49 Get all the objects\&.
50
51 .TP
52 \-v
53 Report what is downloaded\&.
54
55 .TP
56 \-w <filename>
57 Writes the commit\-id into the filename under $GIT_DIR/refs/<filename> on the local end after the transfer is complete\&.
58
59 .SH "AUTHOR"
60
61
62 Written by Linus Torvalds <torvalds@osdl\&.org>
63
64 .SH "DOCUMENTATION"
65
66
67 Documentation by David Greaves, Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
68
69 .SH "GIT"
70
71
72 Part of the \fBgit\fR(7) suite
73