Comment by mh2266
18 hours ago
put a `git` script in `PATH` that simply errors out i.e.:
if "--no-verify" in sys.args:
println("--no-verify is not allowed, file=sys.stderr)
sys.exit(1)
and otherwise forwards to the underlying `git`
No comments yet
Contribute on Hacker News ↗