Re: Idle musing on default author mapping
Michael Haggerty <[email protected]> Fri, 16 Oct 2009 11:57:18 +0200
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.devel |
|---|---|
| Message-ID | <[email protected]> |
Max Bowsher wrote:
> Why do we map a cvs author of "maxb" to a DVCS author of "maxb <maxb>"
> instead of "maxb <>" ?
>
> The latter seems less redundant.
git-fast-import requires the author to be specified as
'author' SP <name> SP LT <email> GT SP <when> LF
where "<email> is the person's email address". I think that somebody on
the git mailing list suggested the current form, but obviously it's no
more correct than what you suggest. But before making any changes one
should check that all of the "fast-import" tools accept an empty email
address.
Michael
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1667&dsMessageId=2408174
To unsubscribe from this discussion, e-mail: [[email protected]].