diff options
| author | Frank Lichtenheld <flichtenheld@astaro.com> | 2009-04-18 16:38:42 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-04-20 13:45:02 -0700 |
| commit | 3ac3cfb8ebd66ff57ba5e316abddc9612e7b485e (patch) | |
| tree | 8a8e0ec26a18d029af580669400c0bd7e2e1d1ec | |
| parent | Fix off-by-one in read_tree_recursive (diff) | |
| download | git-3ac3cfb8ebd66ff57ba5e316abddc9612e7b485e.tar.gz git-3ac3cfb8ebd66ff57ba5e316abddc9612e7b485e.zip | |
gitcvs-migration: Link to git-cvsimport documentation
Signed-off-by: Frank Lichtenheld <flichtenheld@astaro.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/gitcvs-migration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcvs-migration.txt b/Documentation/gitcvs-migration.txt index aaa7ef737a..0e49c1c037 100644 --- a/Documentation/gitcvs-migration.txt +++ b/Documentation/gitcvs-migration.txt @@ -118,7 +118,7 @@ Importing a CVS archive First, install version 2.1 or higher of cvsps from link:http://www.cobite.com/cvsps/[http://www.cobite.com/cvsps/] and make sure it is in your path. Then cd to a checked out CVS working directory -of the project you are interested in and run 'git-cvsimport': +of the project you are interested in and run linkgit:git-cvsimport[1]: ------------------------------------------- $ git cvsimport -C <destination> <module> |
