This was an issue with VisualGit adding the user password to commit signatures. VisualGit now uses the default signature.
To test this PR: commit using visualGit (note there is currently an issue where you can't commit to a new repo #307 ) then look at the graph (note the graph does not update when committing #297 and the graph does not properly update without a restart #319 ) when looking at the latest commit the email should be the user's email and not the password in plaintext form
Solves issue #298 which in turn solves issue #310
This was an issue with VisualGit adding the user password to commit signatures. VisualGit now uses the default signature.
To test this PR: commit using visualGit (note there is currently an issue where you can't commit to a new repo #307 ) then look at the graph (note the graph does not update when committing #297 and the graph does not properly update without a restart #319 ) when looking at the latest commit the email should be the user's email and not the password in plaintext form