Zim

Comment 4 for bug 1133645

Revision history for this message
Mikhail Sviridov (sh2ka) wrote :

Why you can't fix this? It's so simple. Just execute the following commands when you create a git repository using "git init":

git config user.name "zim"
git config user.email "<email address hidden>"

Or something like this. You can provide any credentials you want. Or provide ability to specify credentials in Version control plugin settings.