On Fri, Mar 21, 2008 at 7:41 PM, Andrew Arnott <andrewarnott@xxxxxxxxx> wrote: > I imported my git repo from an SVN repo, and the authors have > email@SOME-GUID for their email address rather than their actual one > (probably courtesy of Google Code hosting). Rewriting history and > changing all the commit hashes isn't a problem at this point in > development, so how can I do a massive search-and-replace to replace > several specific author emails with the valid ones? Please, take a look at man git-filter-branch. I believe you can do that using env-filter, but I have never used this filter myself. Dmitry -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html