Autogenerated man pages for v1.2.4-gf61c2
[git.git] / man1 / git-peek-remote.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-PEEK-REMOTE" 1 "" "" ""
21 .SH NAME
22 git-peek-remote \- Lists the references in a remote repository
23 .SH "SYNOPSIS"
24
25
26 \fIgit\-peek\-remote\fR [\-\-exec=<git\-upload\-pack>] [<host>:]<directory>
27
28 .SH "DESCRIPTION"
29
30
31 Lists the references the remote repository has, and optionally stores them in the local repository under the same name\&.
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\&. Some installations of sshd ignores 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, but prefer 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 .SH "AUTHOR"
48
49
50 Written by Junio C Hamano <junkio@cox\&.net>
51
52 .SH "DOCUMENTATION"
53
54
55 Documentation by Junio C Hamano\&.
56
57 .SH "GIT"
58
59
60 Part of the \fBgit\fR(7) suite
61