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>

Jeff King committed Sep 22, 2016 at 03:25 UTC 1eba3e5147e5097bef66cf7747a90d0bb870d363
1 file changed +1 -1
Documentation/git-cvsimport.txt
+1 -1
@@ -22,7 +22,7 @@ DESCRIPTION
22 deprecated; it does not work with cvsps version 3 and later. If you are
23 performing a one-shot import of a CVS repository consider using
24 http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or
25 -https://github.com/BartMassey/parsecvs[parsecvs].
25 +http://www.catb.org/esr/cvs-fast-export/[cvs-fast-export].
26
27 Imports a CVS repository into Git. It will either create a new
28 repository, or incrementally import into an existing one.