Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Closed
Labels
Milestone
Description
If I doindex.commit(msg)
it will executepre-commit
andpost-commit
That makes it very hard to do the equivalent ofgit commit -m "msg" --no-verify
(same asgit commit -m "msg" -n
).