Re: GPG slows git commit

2021-04-06 Thread Erik Reinertsen via Gnupg-users
Ingo, Thank you for the response. If I run the same command again, I am prompted to enter my passphrase. Subsequently, I get: gpg: using "581F6A88B3F58A4E94A26040153F263741C51DC1" as default secret key for signing -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello -BEGIN PGP SIGNATURE

Re: GPG slows git commit

2021-03-27 Thread Ingo Klöcker
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

Re: GPG slows git commit

2021-03-26 Thread Erik Reinertsen via Gnupg-users
Ingo, I greatly appreciate your assistance. >> Additional info >> Any input would be much appreciated. I am also a beginner with GPG and git, >> so thanks for your patience in advance. > > First let's have a look at your key. Please run > gpg --list-secret-keys > and paste the output for your sig

Re: GPG slows git commit

2021-03-26 Thread Ingo Klöcker
On Donnerstag, 25. März 2021 13:20:47 CET Erik Reinertsen wrote: > I have a private repo with a few python scripts (small). I create an empty > text file, git add it, and commit it. I sign commits using GPG. > > This process takes 4.64 seconds. Without gpg signing, it takes <1 sec. > > Expected >