Re: [PATCH v3 5/7] gpg-interface: introduce new config to select per gpg format program

2018-07-17 Thread Henning Schild
Am Mon, 16 Jul 2018 13:45:40 -0700 schrieb Junio C Hamano : > Henning Schild writes: > > > +gpg..program:: > > + Use this to customize the program used for the signing > > format you > > + chose. (see gpg.program) gpg.openpgp.program is a synonym > > for the > > + legacy gpg.program. >

Re: [PATCH v3 5/7] gpg-interface: introduce new config to select per gpg format program

2018-07-16 Thread Junio C Hamano
Henning Schild writes: > +gpg..program:: > + Use this to customize the program used for the signing format you > + chose. (see gpg.program) gpg.openpgp.program is a synonym for the > + legacy gpg.program. I _think_ you meant "see gpg.format", but I am not 100% sure. When X is a syno

[PATCH v3 5/7] gpg-interface: introduce new config to select per gpg format program

2018-07-13 Thread Henning Schild
Supporting multiple signing formats we will have the need to configure a custom program each. Add a new config value to cater for that. Signed-off-by: Henning Schild --- Documentation/config.txt | 5 + gpg-interface.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --g