Github user FlorianHockmann commented on the issue:
https://github.com/apache/tinkerpop/pull/915
In that case, you can change it with:
```
git config --global user.name "John Doe"
```
and then reset your two commits so you can write a new commit message and
also have the correct name with:
```
git reset HEAD~2
```---
