Don't hardcode my own name and email as autosave committer.
In order for dulwich to commit it needs a committer and a message.
As a quick hack I just put my name and email address, but this should be changed to something else, or made configurable.
Fixed by https://osdn.net/projects/joypy/scm/hg/Joypy/commits/c78cf6c7c9f573ee33a073d43dfe02cb20af7b2b
In order for dulwich to commit it needs a committer and a message.
As a quick hack I just put my name and email address, but this should be changed to something else, or made configurable.