mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
Mark disused commit walkers officially deprecated.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
fcb10a9648
commit
2ecf3cee07
@ -14,6 +14,8 @@ SYNOPSIS
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
THIS COMMAND IS DEPRECATED.
|
||||
|
||||
Duplicates another git repository on a local system.
|
||||
|
||||
OPTIONS
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user