commit | 0455ec0330fd29146d6e16189cc9262566cc566d | [log] [tgz] |
---|---|---|
author | Aaron Crane <git@aaroncrane.co.uk> | Sat Feb 06 18:26:24 2010 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Feb 06 11:01:59 2010 -0800 |
tree | 5bced05300f755cdfde6a33d5751d7ea5a51197c | |
parent | b0883aa6c77111e88496bd0afe073caf68ab9f99 [diff] |
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>