1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-22 13:16:08 +02:00

Deprecate peek-remote

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2007-11-24 17:41:18 -08:00
parent 29cc0ef1ab
commit 87194d26d9
2 changed files with 2 additions and 3 deletions

View File

@ -151,7 +151,7 @@ sub format_one {
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

View 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
-------