author | Andreas Ericsson <exon@op5.se> | |
Thu, 12 Jan 2006 23:38:59 +0000 (00:38 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 16 Jan 2006 05:13:22 +0000 (21:13 -0800) | ||
commit | ffd97f3a35d8394773409f17d58156b32ca911cf | |
tree | 20493913a91d9643662c35dcc7e4219b70b85aae | tree | snapshot |
parent | d425142e2a045a9dd7879d028ec68bd748df48a3 | commit | diff |
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>
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 | diff | blob | history | |
git-cvsimport.perl | diff | blob | history |