Re: Commits with --no-verify option

2019-10-17 Thread brian m. carlson
On 2019-10-17 at 08:56:34, Manoj Sterex wrote: > Hi all, > > Currently, AFAIK, there is no way to know if a commit was done with or > without using the '--no-verify' option. That is, git does not track if > hooks were skipped when the commit happened. > > Is there some way to track this in the lo

Commits with --no-verify option

2019-10-17 Thread Manoj Sterex
Hi all, Currently, AFAIK, there is no way to know if a commit was done with or without using the '--no-verify' option. That is, git does not track if hooks were skipped when the commit happened. Is there some way to track this in the log? Regards, Manoj