summaryrefslogtreecommitdiff
path: root/plugins/git-commit
AgeCommit message (Collapse)Author
2024-03-03fix(git): do not use `+=` in sh scriptCarlo Sala
Fixes #12251
2024-03-02docs(git-commit): add warningCarlo Sala
2024-03-02fix(git-commit): add omz version checkCarlo Sala
2024-03-02docs(git-commit): document attention flagCarlo Sala
2024-03-02feat(git-commit): add `-a | --attention` flagRejman
Refactor function as well to reduce flaws and increase stability Closes #12234 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-03-02fix(git-commit)!: allow alias updateCarlo Sala
BREAKING CHANGE: Prior to this commit, git aliases were not being updated after every update of oh-my-zsh. In case you were using git-commit plugin before this commit, please remove your git aliases to proceed.
2024-02-01feat(git-commit): add `wip` kind (#12188)Rejman Nascimento
2023-10-25fix(git-commit): fix revert alias conflict (#12007)Marc Cornellà
Fixes #12007
2023-09-10fix(git-commit): fix compatibility of alias functions (#11883)Haltarys
2023-09-06fix(git-commit): avoid conflict with `aliases` varCarlo Sala
Closes #11876
2023-09-04feat(git-commit): create plugin (#9646)Oscar Lee-Vermeren
Co-authored-by: K. Akatsuki <thevortexspirit@gmail.com>