OSDN Git Service

Mark disused commit walkers officially deprecated. v1.5.3-rc0
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Jul 2007 06:29:54 +0000 (23:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Jul 2007 06:29:54 +0000 (23:29 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-local-fetch.txt
Documentation/git-ssh-fetch.txt
Documentation/git-ssh-upload.txt

index 19b5f88..141b767 100644 (file)
@@ -14,6 +14,8 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+THIS COMMAND IS DEPRECATED.
+
 Duplicates another git repository on a local system.
 
 OPTIONS
index aaf3db0..8d3e2ff 100644 (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.
index 4796224..5e2ca8d 100644 (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.