Skip to content
Snippets Groups Projects
Commit c4dacabc authored by Benoit Jacob's avatar Benoit Jacob
Browse files

add workaround for Guillaume

parent 6680fa42
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,11 @@ std::string contributor_name(const std::string& line)
return "Mark Borgerding";
}
if(line.find("kayhman@contact.intra.cea.fr") != string::npos)
{
return "Guillaume Saupin";
}
// from there on we assume that we have a entry of the form
// either:
// Bla bli Blurp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment