When doing some scripting to correct facade data, I discovered that, in https://github.com/chaoss/augur commit 36aab5b, andrew's email address was set to andrew@root@chaoss.tv, however, Augur, for both the raw and parsed values for committer and author email are andrew@root.
While this likely isnt an issue for cmt_author_email (which should probably conform to at least some expectations of syntax validity), the cmt_author_raw_email value is the same, suggesting the error is happening earlier in the processing.
This was found as a result of trying out libgit2 as a backend for git #3787
When doing some scripting to correct facade data, I discovered that, in https://github.com/chaoss/augur commit 36aab5b, andrew's email address was set to
andrew@root@chaoss.tv, however, Augur, for both the raw and parsed values for committer and author email areandrew@root.While this likely isnt an issue for
cmt_author_email(which should probably conform to at least some expectations of syntax validity), thecmt_author_raw_emailvalue is the same, suggesting the error is happening earlier in the processing.This was found as a result of trying out libgit2 as a backend for git #3787