blob: 8282a5e82b6e897ac501ef05c982d5e69415363f [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-peek-remote(1)
2==================
3
4NAME
5----
Junio C Hamano7c73c662007-01-19 00:37:506git-peek-remote - List the references in a remote repository
Junio C Hamano1a4e8412005-12-27 08:17:237
8
9SYNOPSIS
10--------
Junio C Hamanofce7c7e2008-07-02 03:06:3811'git peek-remote' [--upload-pack=<git-upload-pack>] [<host>:]<directory>
Junio C Hamano1a4e8412005-12-27 08:17:2312
13DESCRIPTION
14-----------
Junio C Hamanoba4b9282008-07-06 05:20:3115This command is deprecated; use 'git-ls-remote' instead.
Junio C Hamano1a4e8412005-12-27 08:17:2316
17OPTIONS
18-------
Junio C Hamanoeb415992008-06-08 22:49:4719--upload-pack=<git-upload-pack>::
Junio C Hamanoba4b9282008-07-06 05:20:3120Use this to specify the path to 'git-upload-pack' on the
Junio C Hamano1a4e8412005-12-27 08:17:2321remote side, if it is not found on your $PATH. Some
22installations of sshd ignores the user's environment
23setup scripts for login shells (e.g. .bash_profile) and
24your privately installed git may not be found on the system
25default $PATH. Another workaround suggested is to set
26up your $PATH in ".bashrc", but this flag is for people
27who do not want to pay the overhead for non-interactive
28shells, but prefer having a lean .bashrc file (they set most of
29the things up in .bash_profile).
30
Junio C Hamano1a4e8412005-12-27 08:17:2331<host>::
32A remote host that houses the repository. When this
Junio C Hamanoba4b9282008-07-06 05:20:3133part is specified, 'git-upload-pack' is invoked via
Junio C Hamano1a4e8412005-12-27 08:17:2334ssh.
35
36<directory>::
37The repository to sync from.
38
39
40Author
41------
Junio C Hamano0868a302008-07-22 09:20:4442Written by Junio C Hamano <gitster@pobox.com>
Junio C Hamano1a4e8412005-12-27 08:17:2343
44Documentation
45--------------
46Documentation by Junio C Hamano.
47
48GIT
49---
Junio C Hamanof7c042d2008-06-06 22:50:5350Part of the linkgit:git[1] suite