[PATCH v3] run-command: add hint when a hook is ignored

2017-10-06 Thread Damien Marié
disable this warning with `git config advice.ignoredHook false` To allow the old use-case of enabling/disabling hooks via the executable flag a new setting is introduced: advice.ignoredHook. Signed-off-by: Damien Marié <dam...@dam.io> --- Documentation/config.txt | 3 +++ ad

[PATCH v2] run-command: add hint when a hook is ignored

2017-10-05 Thread Damien Marié
disable this warning with `git config advice.ignoredHook false` To allow the old use-case of enabling/disabling hooks via the executable flag a new setting is introduced: advice.ignoredHook. Signed-off-by: Damien Marié <dam...@dam.io> --- Documentation/config.txt | 3 ++ ad