On Freitag, 26. März 2021 15:16:15 CET Erik Reinertsen via Gnupg-users wrote:
> > Moreover, let's time gpg signing without git. Run
> > echo Hello | time gpg --clearsign
> 
> gpg --clearsign  0.01s user 0.01s system 0% cpu 6.696 total

I'm not sure that I understand the result. (The time command on my system has 
a different output format.) Does the "6.696 total" mean that clearsigning took 
almost 7 seconds? gpg didn't ask you for your passphrase, right?

Try putting 
  log-file /somewhere/gpg.log
  verbose
  debug ipc,lookup
into ~/.gnupg/gpg.conf

Then make a signed test commit and check the log file.

Regards,
Ingo

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to