blob: a00060c507516fa7a08eb40c1fde298538d5ef10 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-peek-remote(1)
2==================
3
4NAME
5----
Junio C Hamano01078922006-03-10 00:31:476git-peek-remote - Lists the references in a remote repository
Junio C Hamano1a4e8412005-12-27 08:17:237
8
9SYNOPSIS
10--------
11'git-peek-remote' [--exec=<git-upload-pack>] [<host>:]<directory>
12
13DESCRIPTION
14-----------
15Lists the references the remote repository has, and optionally
16stores them in the local repository under the same name.
17
18OPTIONS
19-------
20--exec=<git-upload-pack>::
21Use this to specify the path to 'git-upload-pack' on the
22remote side, if it is not found on your $PATH. Some
23installations of sshd ignores the user's environment
24setup scripts for login shells (e.g. .bash_profile) and
25your privately installed git may not be found on the system
26default $PATH. Another workaround suggested is to set
27up your $PATH in ".bashrc", but this flag is for people
28who do not want to pay the overhead for non-interactive
29shells, but prefer having a lean .bashrc file (they set most of
30the things up in .bash_profile).
31
32<host>::
33A remote host that houses the repository. When this
34part is specified, 'git-upload-pack' is invoked via
35ssh.
36
37<directory>::
38The repository to sync from.
39
40
41Author
42------
43Written by Junio C Hamano <junkio@cox.net>
44
45Documentation
46--------------
47Documentation by Junio C Hamano.
48
49GIT
50---
51Part of the gitlink:git[7] suite
52