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

  1. Call "commit" (the parameter "-S" should be considered here)

What is the expected output?

  1. TortoiseGit should show a dialog to input the passphase
  2. The commit must be closed signed.

What version of TortoiseGit and msysgit are you using?

  1. TortoiseGit: 1.7.14
  2. 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.