]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
cvsimport: new -R option: generate .git/cvs-revisions mapping
authorAaron Crane <git@aaroncrane.co.uk>
Sat, 6 Feb 2010 18:26:24 +0000 (18:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2010 19:01:59 +0000 (11:01 -0800)
commit0455ec0330fd29146d6e16189cc9262566cc566d
tree5bced05300f755cdfde6a33d5751d7ea5a51197c
parentb0883aa6c77111e88496bd0afe073caf68ab9f99
cvsimport: new -R option: generate .git/cvs-revisions mapping

This option causes the creation or updating of a file mapping CVS
(filename, revision number) pairs to Git commit IDs.  This is expected
to be useful if you have CVS revision numbers stored in commit messages,
bug-tracking systems, email archives, and the like.

Signed-off-by: Aaron Crane <git@aaroncrane.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cvsimport.txt
git-cvsimport.perl
t/t9600-cvsimport.sh