From: Stephen F. <st...@th...> - 2022-06-08 15:25:03
|
On Wed, 2022-06-01 at 16:50 +0000, Guenter Milde via Docutils-develop wrote: > Dear Docutils developers, > > we plan to move the Docutils version repository from SVN to Git. > > As Git uses "Name <mail-name@host>" instead of the Sourceforge user name > to identify the Authors/Sponsors of a commit, we need to provide this info > to the conversion script. > > The default will be the one provided by Sourceforge: "<sfname>@users.sf.net". > > If you have included an email address in the "author" info of a contributed > file, this will be used instead. > > This is your chance to announce a preferred/up to date email address under > which you will be known in the Git repo. > > > Thank you, > > Günter I would suggest using the default email but encouraging people to submit a patch to add entries to the '.mailmap' file. There are docs on the internet about this but tl;dr: the format is: <preferred e-mail 1> <other e-mail 1> <preferred e-mail 2> <other e-mail 2> <preferred e-mail 3> <other e-mail 3> ... If you want to do this now, please use ste...@th...ru for my contributions. Cheers, Stephen |