-
-
Notifications
You must be signed in to change notification settings - Fork 951
Closed
Labels
Milestone
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
).