On Wed, Oct 2, 2013 at 11:02 AM, Raffa Santi <[email protected]> wrote:
> Raffa Santi (6):

Uh... I suppose this should read "Santi Raffa" instead. Reviewers
should be able to fix this by running this:

git filter-branch -f --commit-filter '
        if [ "$GIT_AUTHOR_NAME" = "Raffa Santi" ];
        then
                GIT_AUTHOR_NAME="Santi Raffa";
                git commit-tree "$@";
        else
                git commit-tree "$@";
      fi' origin/master..master

-- 
Raffa Santi
Google Germany GmbH
Dienerstr. 12
80331 München


Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Graham Law, Christine Elizabeth Flores

Reply via email to