cosmin / git-hg

A git-hg utility for checking out and tracking a mercurial repo.
http://offbytwo.github.com/git-hg
MIT License
307 stars 51 forks source link

add support for fast-export authorfile feature #49

Open mkvonarx opened 10 years ago

mkvonarx commented 10 years ago

When importing from Mercurial to Git with git-hg, I always get commiter/author email addresses of devnull@localhost. This is because I don't have email addresses in my Mercurial commit metadata.

fast-export supports a neat authorfile feature (-A --authors) that allows to manually map Mercurial user metadata to Git user metadata. It would be nice if git-hg would also support this fast-export feature.