updated git doc
[TortoiseGit.git] / doc / source / en / TortoiseGit / git_doc / git-peek-remote.xml
blobc21a3df135be2e63c17348e2aa8ef671389c6531
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">\r
3 \r
4 <article lang="en" id="git-peek-remote(1)">\r
5 <articleinfo>\r
6     <title>git-peek-remote(1)</title>\r
7 <indexterm>\r
8 <primary>git-peek-remote(1)</primary>\r
9 </indexterm>\r
10 </articleinfo>\r
11 <simplesect id="_name">\r
12 <title>NAME</title>\r
13 <simpara>git-peek-remote - List the references in a remote repository</simpara>\r
14 </simplesect>\r
15 <simplesect id="_synopsis">\r
16 <title>SYNOPSIS</title>\r
17 <blockquote>\r
18 <literallayout><emphasis>git peek-remote</emphasis> [--upload-pack=&lt;git-upload-pack&gt;] [&lt;host&gt;:]&lt;directory&gt;</literallayout>\r
19 </blockquote>\r
20 </simplesect>\r
21 <simplesect id="_description">\r
22 <title>DESCRIPTION</title>\r
23 <simpara>This command is deprecated; use <emphasis>git ls-remote</emphasis> instead.</simpara>\r
24 </simplesect>\r
25 <simplesect id="_options">\r
26 <title>OPTIONS</title>\r
27 <variablelist>\r
28 <varlistentry>\r
29 <term>\r
30 --upload-pack=&lt;git-upload-pack&gt;\r
31 </term>\r
32 <listitem>\r
33 <simpara>\r
34         Use this to specify the path to <emphasis>git-upload-pack</emphasis> on the\r
35         remote side, if it is not found on your $PATH. Some\r
36         installations of sshd ignores the user's environment\r
37         setup scripts for login shells (e.g. .bash_profile) and\r
38         your privately installed git may not be found on the system\r
39         default $PATH.  Another workaround suggested is to set\r
40         up your $PATH in ".bashrc", but this flag is for people\r
41         who do not want to pay the overhead for non-interactive\r
42         shells, but prefer having a lean .bashrc file (they set most of\r
43         the things up in .bash_profile).\r
44 </simpara>\r
45 </listitem>\r
46 </varlistentry>\r
47 <varlistentry>\r
48 <term>\r
49 &lt;host&gt;\r
50 </term>\r
51 <listitem>\r
52 <simpara>\r
53         A remote host that houses the repository.  When this\r
54         part is specified, <emphasis>git-upload-pack</emphasis> is invoked via\r
55         ssh.\r
56 </simpara>\r
57 </listitem>\r
58 </varlistentry>\r
59 <varlistentry>\r
60 <term>\r
61 &lt;directory&gt;\r
62 </term>\r
63 <listitem>\r
64 <simpara>\r
65         The repository to sync from.\r
66 </simpara>\r
67 </listitem>\r
68 </varlistentry>\r
69 </variablelist>\r
70 </simplesect>\r
71 <simplesect id="_git">\r
72 <title>GIT</title>\r
73 <simpara>Part of the <xref linkend="git(1)" /> suite</simpara>\r
74 </simplesect>\r
75 </article>\r