summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5f48741)
raw | patch | inline | side by side (parent: 5f48741)
author | Johannes Sixt <johannes.sixt@telecom.at> | |
Mon, 17 Dec 2007 09:08:23 +0000 (10:08 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 18 Dec 2007 04:49:18 +0000 (20:49 -0800) |
Now that 'git peek-remote' is deprecated and only an alias for
'git ls-remote', it should not be referenced from other manual pages.
This also removes the description of the --exec option, which is no
longer present.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
'git ls-remote', it should not be referenced from other manual pages.
This also removes the description of the --exec option, which is no
longer present.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
index 99e47c9c257d7bb1de78729460069b5c4ebc47dd..f1e48dd0217c9506cbfb74343164d05473806bf3 100644 (file)
the offers to a whitelist comprising of those.
By default, only `upload-pack` service is enabled, which serves
-`git-fetch-pack` and `git-peek-remote` clients that are invoked
-from `git-fetch`, `git-ls-remote`, and `git-clone`.
+`git-fetch-pack` and `git-ls-remote` clients, which are invoked
+from `git-fetch`, `git-pull`, and `git-clone`.
This is ideally suited for read-only updates, i.e., pulling from
git repositories.
disable them.
upload-pack::
- This serves `git-fetch-pack` and `git-peek-remote`
+ This serves `git-fetch-pack` and `git-ls-remote`
clients. It is enabled by default, but a repository can
disable it by setting `daemon.uploadpack` configuration
item to `false`.
index 93e9a60330797070fc50c0df6c0767b7b81f79c0..445bedaa951e5546d67e1f2e556014fa2baa3549 100644 (file)
Specify the full path of gitlink:git-upload-pack[1] on the remote
host. This allows listing references from repositories accessed via
SSH and where the SSH daemon does not use the PATH configured by the
- user. Also see the '--exec' option for gitlink:git-peek-remote[1].
+ user.
<repository>::
Location of the repository. The shorthand defined in
index 38a5325af79b8ecdd7893f7cbd5a27da325cb1a5..09b005b10fa2126eee94dbe0d327658ff3c1c905 100644 (file)
shells, but prefer having a lean .bashrc file (they set most of
the things up in .bash_profile).
-\--exec=<git-upload-pack>::
- Same \--upload-pack=<git-upload-pack>.
-
<host>::
A remote host that houses the repository. When this
part is specified, 'git-upload-pack' is invoked via
index 2355aa5e86d21766bbde61e3188e1c9539738150..7893a50886ff9a2c6d7a0d068482499b25d756cf 100644 (file)
SEE ALSO
--------
-gitlink:git-ls-remote[1], gitlink:git-peek-remote[1]
+gitlink:git-ls-remote[1]
AUTHORS
-------