author | Aaron Crane <git@aaroncrane.co.uk> | |
Sat, 6 Feb 2010 18:26:24 +0000 (18:26 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 6 Feb 2010 19:01:59 +0000 (11:01 -0800) | ||
commit | 0455ec0330fd29146d6e16189cc9262566cc566d | |
tree | 5bced05300f755cdfde6a33d5751d7ea5a51197c | tree | snapshot |
parent | b0883aa6c77111e88496bd0afe073caf68ab9f99 | commit | 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>
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 | diff | blob | history | |
git-cvsimport.perl | diff | blob | history | |
t/t9600-cvsimport.sh | diff | blob | history |