1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 23:40:39 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
mattmc3
440b66da14 feat(git-commit): Use git-dash commands
Issue: ohmyzsh/ohmyzsh#12627

This commit refactors the prior implementation which used git aliases and modified .gitconfig. This implementation uses proper git-dash commands, which are all just symlinks to one handler - omz_git_commit.
2024-08-19 18:10:13 -04:00
Carlo Sala
458fc2e1df docs(git-commit): add warning 2024-03-02 10:05:54 +01:00
Carlo Sala
8e088ded82 docs(git-commit): document attention flag 2024-03-02 01:25:20 +01:00
Rejman Nascimento
4efad7ab1b feat(git-commit): add wip kind (#12188) 2024-02-01 16:54:24 +01:00
Marc Cornellà
048455ccef fix(git-commit): fix revert alias conflict (#12007)
Fixes #12007
2023-10-25 19:47:46 +02:00
Oscar Lee-Vermeren
1abc1d998a feat(git-commit): create plugin (#9646)
Co-authored-by: K. Akatsuki <thevortexspirit@gmail.com>
2023-09-04 19:21:27 +02:00