Mark disused commit walkers officially deprecated.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2007-07-02 23:29:54 -07:00
parent fcb10a9648
commit 2ecf3cee07
3 changed files with 6 additions and 0 deletions

View file

@ -14,6 +14,8 @@ SYNOPSIS
DESCRIPTION
-----------
THIS COMMAND IS DEPRECATED.
Duplicates another git repository on a local system.
OPTIONS

View file

@ -13,6 +13,8 @@ SYNOPSIS
DESCRIPTION
-----------
THIS COMMAND IS DEPRECATED.
Pulls from a remote repository over ssh connection, invoking
git-ssh-upload on the other end. It functions identically to
git-ssh-upload, aside from which end you run it on.

View file

@ -12,6 +12,8 @@ SYNOPSIS
DESCRIPTION
-----------
THIS COMMAND IS DEPRECATED.
Pushes from a remote repository over ssh connection, invoking
git-ssh-fetch on the other end. It functions identically to
git-ssh-fetch, aside from which end you run it on.