Re: [PATCH v2 1/5] gpg-interface, tag: add GPG_VERIFY_QUIET flag

2016-09-27 Thread Stefan Beller
On Tue, Sep 27, 2016 at 11:25 AM, Lukas Pühringer wrote: > Good, I will change it to 'Lukas Puehringer' then, when we send you the > updated batch of patches, that address your latest comments. No need to stay full ASCII. German umlauts are fine. (See `git shortlog -s`

Re: [PATCH v2 1/5] gpg-interface, tag: add GPG_VERIFY_QUIET flag

2016-09-27 Thread Lukas Pühringer
I made it a habit to use ‘ue’ instead of ‘ü' outside of German speaking countries and in coding. It makes my life easier. But thanks for the hint. Lukas > On Sep 27, 2016, at 2:31 PM, Stefan Beller wrote: > > On Tue, Sep 27, 2016 at 11:25 AM, Lukas Pühringer >

Re: [PATCH v2 1/5] gpg-interface, tag: add GPG_VERIFY_QUIET flag

2016-09-27 Thread Lukas Pühringer
Good, I will change it to 'Lukas Puehringer' then, when we send you the updated batch of patches, that address your latest comments. Thanks, Lukas > On Sep 27, 2016, at 2:22 PM, Junio C Hamano wrote: > > Lukas Pühringer writes: > >> Thanks for

Re: [PATCH v2 1/5] gpg-interface, tag: add GPG_VERIFY_QUIET flag

2016-09-27 Thread Junio C Hamano
Lukas Pühringer writes: > Thanks for checking. I am fine with Lukas P, unless git prefers > full last names. In that case I am fine with changing too. We do prefer full names, so that it would be consistent with court document when you are involved in copyright

Re: [PATCH v2 1/5] gpg-interface, tag: add GPG_VERIFY_QUIET flag

2016-09-27 Thread Lukas Pühringer
Thanks for checking. I am fine with Lukas P, unless git prefers full last names. In that case I am fine with changing too. Best, Lukas P > On Sep 27, 2016, at 1:36 PM, Junio C Hamano wrote: > > santi...@nyu.edu writes: > >> From: Lukas P >> >>

Re: [PATCH v2 1/5] gpg-interface, tag: add GPG_VERIFY_QUIET flag

2016-09-27 Thread Junio C Hamano
santi...@nyu.edu writes: > From: Lukas P > > Functions that print git object information may require that the > gpg-interface functions be silent. Add GPG_VERIFY_QUIET flag and prevent > print_signature_buffer from being called if flag is set. > > Signed-off-by: Lukas P

[PATCH v2 1/5] gpg-interface, tag: add GPG_VERIFY_QUIET flag

2016-09-26 Thread santiago
From: Lukas P Functions that print git object information may require that the gpg-interface functions be silent. Add GPG_VERIFY_QUIET flag and prevent print_signature_buffer from being called if flag is set. Signed-off-by: Lukas P ---