Autogenerated man pages for v1.3.3-ged90
[git.git] / man1 / git-clone-pack.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-CLONE-PACK" 1 "" "" ""
21 .SH NAME
22 git-clone-pack \- Clones a repository by receiving packed objects
23 .SH "SYNOPSIS"
24
25
26 \fIgit\-clone\-pack\fR [\-\-exec=<git\-upload\-pack>] [<host>:]<directory> [<head>...]
27
28 .SH "DESCRIPTION"
29
30
31 Clones a repository into the current repository by invoking \fIgit\-upload\-pack\fR, possibly on the remote host via ssh, in the named repository, and stores the sent pack in the local repository\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 \-\-exec=<git\-upload\-pack>
37 Use this to specify the path to \fIgit\-upload\-pack\fR on the remote side, if it is not found on your $PATH\&. Installations of sshd ignore the user's environment setup scripts for login shells (e\&.g\&. \&.bash_profile) and your privately installed git may not be found on the system default $PATH\&. Another workaround suggested is to set up your $PATH in "\&.bashrc", but this flag is for people who do not want to pay the overhead for non\-interactive shells by having a lean \&.bashrc file (they set most of the things up in \&.bash_profile)\&.
38
39 .TP
40 <host>
41 A remote host that houses the repository\&. When this part is specified, \fIgit\-upload\-pack\fR is invoked via ssh\&.
42
43 .TP
44 <directory>
45 The repository to sync from\&.
46
47 .TP
48 <head>...
49 The heads to update\&. This is relative to $GIT_DIR (e\&.g\&. "HEAD", "refs/heads/master")\&. When unspecified, all heads are updated to match the remote repository\&.
50
51 Usually all the refs from existing repository are stored under the same name in the new repository\&. Giving explicit <head> arguments instead writes the object names and refs to the standard output, just like get\-fetch\-pack does\&.
52
53 .SH "AUTHOR"
54
55
56 Written by Linus Torvalds <torvalds@osdl\&.org>
57
58 .SH "DOCUMENTATION"
59
60
61 Documentation by Junio C Hamano\&.
62
63 .SH "GIT"
64
65
66 Part of the \fBgit\fR(7) suite
67