Re: [hooks PATCH] Don't allow @localhost email addresses in commit message

2020-01-31 Thread Ján Tomko
On Fri, Jan 31, 2020 at 10:38:56AM +0100, Andrea Bolognani wrote: On Mon, 2020-01-27 at 16:12 +, Daniel P. Berrangé wrote: + allow_localhost_email=$(git config --bool hooks.allowlocalhostemail) The comment at the beginning of the script documents most hooks.* configuration options[1]

Re: [hooks PATCH] Don't allow @localhost email addresses in commit message

2020-01-31 Thread Andrea Bolognani
On Mon, 2020-01-27 at 16:12 +, Daniel P. Berrangé wrote: > + allow_localhost_email=$(git config --bool hooks.allowlocalhostemail) The comment at the beginning of the script documents most hooks.* configuration options[1], so please document this one as well. > + git sh

[hooks PATCH] Don't allow @localhost email addresses in commit message

2020-01-27 Thread Daniel P . Berrangé
Signed-off-by: Daniel P. Berrangé --- update | 13 + 1 file changed, 13 insertions(+) diff --git a/update b/update index 247b008..966fe22 100755 --- a/update +++ b/update @@ -264,6 +264,19 @@ if [ $check_diff = yes ]; then fi done fi +