diff options
author | Johannes Sixt <johannes.sixt@telecom.at> | 2007-12-17 10:08:23 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-17 20:49:18 -0800 |
commit | f029427259c97af9ea98358866e1d28974fa4da5 (patch) | |
tree | 59078bf718ef08ae76ed80e76769bea3630dbaaf /Documentation/git-peek-remote.txt | |
parent | 5f48741a5a47643bf1b46ba1d23688f2ef8b1216 (diff) | |
download | git-f029427259c97af9ea98358866e1d28974fa4da5.tar.gz |
Clean up documentation that references deprecated 'git peek-remote'.
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>
Diffstat (limited to 'Documentation/git-peek-remote.txt')
-rw-r--r-- | Documentation/git-peek-remote.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/git-peek-remote.txt b/Documentation/git-peek-remote.txt index 38a5325af7..09b005b10f 100644 --- a/Documentation/git-peek-remote.txt +++ b/Documentation/git-peek-remote.txt @@ -28,9 +28,6 @@ OPTIONS 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 |