Code

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 19b5f8895c329877167a4f625f33971d498185ae..141b76768c61c42e6d876ddb840897cb8805dc96 100644 (file)
@@ -14,6 +14,8 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+THIS COMMAND IS DEPRECATED.
+
 Duplicates another git repository on a local system.
 
 OPTIONS
index aaf3db06dacfacfc093672c44cfe265b6de36c24..8d3e2ffb2c907376a485888a3497c938427c27a1 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 4796224244d6025554a8f1f2cf47b92529f7898c..5e2ca8dccfb291bc4c50df3b0a8dfe2f28d07b59 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.