Allow to GPG sign commits
By rodriguesv... on October 27, 2012 23:21 (imported from Google Code)
What steps will reproduce the problem?
1)Using the git bash, call the command "gpg --gen-key" to generate the gpg key pair;
2)In the node "Git" on TortoiseGit, place the "Signing Key Id" value
- Call "commit" (the parameter "-S" should be considered here)
What is the expected output?
- TortoiseGit should show a dialog to input the passphase
- The commit must be closed signed.
What version of TortoiseGit and msysgit are you using?
- TortoiseGit: 1.7.14
- git: 1.8
What operating system? Windows 7
Please provide any additional information below.
Obs: user and email informed in the TortoiseGit should match to user and email informed in the pgp key pair.