Closed
Description
If I do index.commit(msg)
it will execute pre-commit
and post-commit
That makes it very hard to do the equivalent of git commit -m "msg" --no-verify
(same as git commit -m "msg" -n
).
If I do index.commit(msg)
it will execute pre-commit
and post-commit
That makes it very hard to do the equivalent of git commit -m "msg" --no-verify
(same as git commit -m "msg" -n
).