]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Deprecate peek-remote
authorJunio C Hamano <gitster@pobox.com>
Sun, 25 Nov 2007 01:41:18 +0000 (17:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 25 Nov 2007 01:41:18 +0000 (17:41 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/cmd-list.perl
Documentation/git-peek-remote.txt

index 57a790df63b884b5ece790422bedacaab0a4ba3b..b709551726989036c7232cb2a5f72b9578b5e4af 100755 (executable)
@@ -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
index abc171266a35299159308d0653bb0c659b8bdc77..38a5325af79b8ecdd7893f7cbd5a27da325cb1a5 100644 (file)
@@ -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
 -------