Skip to content

Commit

Permalink
Mark disused commit walkers officially deprecated.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Jul 3, 2007
1 parent fcb10a9 commit 2ecf3ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/git-local-fetch.txt
Expand Up @@ -14,6 +14,8 @@ SYNOPSIS

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

Duplicates another git repository on a local system.

OPTIONS
Expand Down
2 changes: 2 additions & 0 deletions Documentation/git-ssh-fetch.txt
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions Documentation/git-ssh-upload.txt
Expand Up @@ -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.
Expand Down

0 comments on commit 2ecf3ce

Please sign in to comment.