diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-07-02 23:29:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-02 23:29:54 -0700 |
commit | 2ecf3cee0754961401200e9f35071001ccdbbce3 (patch) | |
tree | a7d1f29f8bc768507346d6654c76417f9fac98e6 /Documentation | |
parent | fcb10a964875a987f764af401537689e4aea82c6 (diff) | |
download | git-2ecf3cee0754961401200e9f35071001ccdbbce3.tar.gz git-2ecf3cee0754961401200e9f35071001ccdbbce3.tar.xz |
Mark disused commit walkers officially deprecated.v1.5.3-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-local-fetch.txt | 2 | ||||
-rw-r--r-- | Documentation/git-ssh-fetch.txt | 2 | ||||
-rw-r--r-- | Documentation/git-ssh-upload.txt | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-local-fetch.txt b/Documentation/git-local-fetch.txt index 19b5f8895..141b76768 100644 --- a/Documentation/git-local-fetch.txt +++ b/Documentation/git-local-fetch.txt @@ -14,6 +14,8 @@ SYNOPSIS DESCRIPTION ----------- +THIS COMMAND IS DEPRECATED. + Duplicates another git repository on a local system. OPTIONS diff --git a/Documentation/git-ssh-fetch.txt b/Documentation/git-ssh-fetch.txt index aaf3db06d..8d3e2ffb2 100644 --- a/Documentation/git-ssh-fetch.txt +++ b/Documentation/git-ssh-fetch.txt @@ -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. diff --git a/Documentation/git-ssh-upload.txt b/Documentation/git-ssh-upload.txt index 479622424..5e2ca8dcc 100644 --- a/Documentation/git-ssh-upload.txt +++ b/Documentation/git-ssh-upload.txt @@ -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. |