aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-cvsimport.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2016-09-22 03:25:28 -0400
committerJunio C Hamano <gitster@pobox.com>2016-09-22 11:23:45 -0700
commit1eba3e5147e5097bef66cf7747a90d0bb870d363 (patch)
treeaedfc8ee1deba0efc047118b2fd95f4e773c8774 /Documentation/git-cvsimport.txt
parent0b65a8dbdb38962e700ee16776a3042beb489060 (diff)
downloadgit-1eba3e5147e5097bef66cf7747a90d0bb870d363.tar.gz
docs/cvsimport: prefer cvs-fast-export to parsecvs
parsecvs maintenance was taken over by ESR, and the name changed to cvs-fast-export as it learned to support that output format. Let's point to cvs-fast-export, as it should have additional bug-fixes and be more convenient to use. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-cvsimport.txt')
-rw-r--r--Documentation/git-cvsimport.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt
index 00a0679a28..0d2967a115 100644
--- a/Documentation/git-cvsimport.txt
+++ b/Documentation/git-cvsimport.txt
@@ -22,7 +22,7 @@ DESCRIPTION
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
http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or
-https://github.com/BartMassey/parsecvs[parsecvs].
+http://www.catb.org/esr/cvs-fast-export/[cvs-fast-export].
Imports a CVS repository into Git. It will either create a new
repository, or incrementally import into an existing one.