Re: How to send a signed git patch

2023-11-10 Thread Jacob Bachmeyer via Gnupg-users
Daniel Cerqueira via Gnupg-users wrote: Hi everyone. I want to send my po translation of GnuPG. Werner told me to send a signed git patch to a list. So, I signed my git commit with my GnuPG key. And when I do `git format-patch master` the created patch does not have this signature. How can I

Re: How to avoid weird mestage on file deciphering

2023-11-10 Thread Stephan Verbücheln via Gnupg-users
Notifications, warnings and errors are sent to stderr (rather than stdout), so the solution for bash would be: $ gpg --decrypt file.txt.gpg 2> /dev/null Regards Stephan signature.asc Description: This is a digitally signed message part ___

Re: How to send a signed git patch

2023-11-10 Thread Michael Richardson
Daniel Cerqueira via Gnupg-users wrote: > I want to send my po translation of GnuPG. > Werner told me to send a signed git patch to a list. > So, I signed my git commit with my GnuPG key. And when I do `git > format-patch master` the created patch does not have this signature.

How to avoid weird mestage on file deciphering

2023-11-10 Thread Daniel Cerqueira via Gnupg-users
Hi. I am trying to do a script that has `gpg --decrypt`. This is what I am getting: LC_ALL=C gpg --decrypt ~/file.gpg gpg: encrypted with RSA key, ID 0x gpg: anonymous recipient; trying secret key 0x2D3C49A28079BBBD ... gpg: anonymous recipient; trying secret key

How to send a signed git patch

2023-11-10 Thread Daniel Cerqueira via Gnupg-users
Hi everyone. I want to send my po translation of GnuPG. Werner told me to send a signed git patch to a list. So, I signed my git commit with my GnuPG key. And when I do `git format-patch master` the created patch does not have this signature. How can I create a git patch with a GnuPG