Autogenerated man pages for v1.3.0-rc2-g454a
[git.git] / man1 / git-local-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-LOCAL-FETCH" 1 "" "" ""
21 .SH NAME
22 git-local-fetch \- Duplicates another git repository on a local system
23 .SH "SYNOPSIS"
24
25
26 git\-local\-fetch [\-c] [\-t] [\-a] [\-d] [\-v] [\-w filename] [\-\-recover] [\-l] [\-s] [\-n] commit\-id path
27
28 .SH "DESCRIPTION"
29
30
31 Duplicates another git repository on a local system\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 \-c
37 Get the commit objects\&.
38
39 .TP
40 \-t
41 Get trees associated with the commit objects\&.
42
43 .TP
44 \-a
45 Get all the objects\&.
46
47 .TP
48 \-v
49 Report what is downloaded\&.
50
51 .TP
52 \-w <filename>
53 Writes the commit\-id into the filename under $GIT_DIR/refs/<filename> on the local end after the transfer is complete\&.
54
55 .SH "AUTHOR"
56
57
58 Written by Junio C Hamano <junkio@cox\&.net>
59
60 .SH "DOCUMENTATION"
61
62
63 Documentation by David Greaves, Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
64
65 .SH "GIT"
66
67
68 Part of the \fBgit\fR(7) suite
69