Re: [PATCH] Added an option to cvsimport to specify email domain

2005-09-07 Thread Junio C Hamano
David K.ANegedal <[EMAIL PROTECTED]> writes: > The authorship info in commits created by git-cvsimport-script > only contains the username of the CVS committer. This patch > adds a flag -e to git-cvsimport-script that makes it > possible to specify an email domain that is added to all email >

[PATCH] Added an option to cvsimport to specify email domain

2005-09-07 Thread David Kågedal
The authorship info in commits created by git-cvsimport-script only contains the username of the CVS committer. This patch adds a flag -e to git-cvsimport-script that makes it possible to specify an email domain that is added to all email addresses in the commit "author" and "committer" fields.