• Allan Lewis's avatar
    git.plugin.zsh: Don't run Git hooks when making a WIP commit (#4751) · c713407f
    Allan Lewis authored
    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.
    c713407f
Name
Last commit
Last update
cache Loading commit data...
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
oh-my-zsh.sh Loading commit data...