]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
git-cvsimport: Add -A <author-conv-file> option
authorAndreas Ericsson <exon@op5.se>
Thu, 12 Jan 2006 23:38:59 +0000 (00:38 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 16 Jan 2006 05:13:22 +0000 (21:13 -0800)
commitffd97f3a35d8394773409f17d58156b32ca911cf
tree20493913a91d9643662c35dcc7e4219b70b85aae
parentd425142e2a045a9dd7879d028ec68bd748df48a3
git-cvsimport: Add -A <author-conv-file> option

This patch adds the option to specify an author name/email conversion
file in the format

exon=Andreas Ericsson <ae@op5.se>
spawn=Simon Pawn <spawn@frog-pond.org>

which will translate the ugly cvs authornames to the more informative
git style.

The info is saved in $GIT_DIR/cvs-authors, so that subsequent
incremental imports will use the same author-info even if no -A
option is specified. If an -A option *is* specified, the info in
$GIT_DIR/cvs-authors is appended/updated appropriately.

Docs updated accordingly.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-cvsimport.txt
git-cvsimport.perl