Skip to content
Commit c713407f authored by Allan Lewis's avatar Allan Lewis Committed by Marc Cornellà
Browse files

git.plugin.zsh: Don't run Git hooks when making a WIP commit (#4751)

When making a WIP commit, we generally just want to save the state of the
current branch temporarily, maybe because we want to push our work for backup
purposes, or change branch to work on something else. Therefore, it's generally
undesirable to run Git hooks, which might do things like run linters, because
we probably don't care if our WIP has lint errors.
parent 1159aa14
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment