summaryrefslogtreecommitdiffstats
path: root/git-cvsimport.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-14 15:00:27 -0700
committerJunio C Hamano <gitster@pobox.com>2014-03-14 15:00:27 -0700
commit81703b2b96611fb9d7ef95e990acdb4a6dc60135 (patch)
treebe3b1285899b031a3a9806d7ebe0f3ae1119b6e8 /git-cvsimport.txt
parent1d669b8c855625ae8c7f1fc1591e0fe86595e8b8 (diff)
downloadgit-htmldocs-81703b2b96611fb9d7ef95e990acdb4a6dc60135.tar.gz
Autogenerated HTML docs for v1.9.0-258-g00eda
Diffstat (limited to 'git-cvsimport.txt')
-rw-r--r--git-cvsimport.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-cvsimport.txt b/git-cvsimport.txt
index 2df995396..260f39fd4 100644
--- a/git-cvsimport.txt
+++ b/git-cvsimport.txt
@@ -21,8 +21,8 @@ DESCRIPTION
*WARNING:* `git cvsimport` uses cvsps version 2, which is considered
deprecated; it does not work with cvsps version 3 and later. If you are
performing a one-shot import of a CVS repository consider using
-link:http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or
-link:https://github.com/BartMassey/parsecvs[parsecvs].
+http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or
+https://github.com/BartMassey/parsecvs[parsecvs].
Imports a CVS repository into Git. It will either create a new
repository, or incrementally import into an existing one.