Browse Source

Mark disused commit walkers officially deprecated.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v1.5.3-rc0
Junio C Hamano 18 years ago
parent
commit
2ecf3cee07
  1. 2
      Documentation/git-local-fetch.txt
  2. 2
      Documentation/git-ssh-fetch.txt
  3. 2
      Documentation/git-ssh-upload.txt

2
Documentation/git-local-fetch.txt

@ -14,6 +14,8 @@ SYNOPSIS @@ -14,6 +14,8 @@ SYNOPSIS

DESCRIPTION
-----------
THIS COMMAND IS DEPRECATED.

Duplicates another git repository on a local system.

OPTIONS

2
Documentation/git-ssh-fetch.txt

@ -13,6 +13,8 @@ SYNOPSIS @@ -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.

2
Documentation/git-ssh-upload.txt

@ -12,6 +12,8 @@ SYNOPSIS @@ -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…
Cancel
Save