diff options
| author | Junio C Hamano <gitster@pobox.com> | 2007-11-24 17:41:18 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2007-11-24 17:41:18 -0800 |
| commit | 87194d26d9b4aae6bf6d224cdc1a19c9f4de9acc (patch) | |
| tree | fe604e84c0c8358b10aa62eaba46d34d37beeff6 | |
| parent | 29cc0ef1ab946bc593dbe3a1e71d7b3efa42e0c4 (diff) | |
| download | git-87194d26d9b4aae6bf6d224cdc1a19c9f4de9acc.tar.gz | |
Deprecate peek-remote
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rwxr-xr-x | Documentation/cmd-list.perl | 2 | ||||
| -rw-r--r-- | Documentation/git-peek-remote.txt | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/cmd-list.perl b/Documentation/cmd-list.perl index 57a790df63..b709551726 100755 --- a/Documentation/cmd-list.perl +++ b/Documentation/cmd-list.perl @@ -151,7 +151,7 @@ git-pack-redundant plumbinginterrogators git-pack-refs ancillarymanipulators git-parse-remote synchelpers git-patch-id purehelpers -git-peek-remote purehelpers +git-peek-remote purehelpers deprecated git-prune ancillarymanipulators git-prune-packed plumbingmanipulators git-pull mainporcelain diff --git a/Documentation/git-peek-remote.txt b/Documentation/git-peek-remote.txt index abc171266a..38a5325af7 100644 --- a/Documentation/git-peek-remote.txt +++ b/Documentation/git-peek-remote.txt @@ -12,8 +12,7 @@ SYNOPSIS DESCRIPTION ----------- -Lists the references the remote repository has, and optionally -stores them in the local repository under the same name. +This command is deprecated; use `git-ls-remote` instead. OPTIONS ------- |
