From: Junio C Hamano Date: Sun, 25 Nov 2007 01:41:18 +0000 (-0800) Subject: Deprecate peek-remote X-Git-Tag: v1.5.4-rc0~150 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=87194d26d9b4aae6bf6d224cdc1a19c9f4de9acc;p=git.git Deprecate peek-remote Signed-off-by: Junio C Hamano --- diff --git a/Documentation/cmd-list.perl b/Documentation/cmd-list.perl index 57a790df6..b70955172 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 abc171266..38a5325af 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 -------