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

10 Commits

Author SHA1 Message Date
Ghasem Shirdel
304a75c652 fix(git-commit-template): modify the keyword perf 2022-02-11 10:22:50 +03:30
Ghasem Shirdel
80ec398a5c refactor(template.sh): some refactoring 2022-01-24 11:43:05 +03:30
Ghasem Shirdel
b1ee81f4f0 feat(template.sh): add sign to gct
To sign committees, just set the GPG for the git and then sign the template with `-s` or `sign` args.
2022-01-23 10:12:44 +03:30
Ghasem Shirdel
66ffeacafd fix(template.sh): fix space issue
An additional number of new lines may be printed when the final result is printed.
2022-01-18 12:05:19 +03:30
Ghasem Shirdel
0c54b565f4 fix(template.sh): fix limit counter bug 2022-01-17 20:58:50 +03:30
ghasem shirdel
882c1d52ce feat(template.sh): add limit counter for short desc
Limit character for short descriptions is 50.
2022-01-10 09:25:00 +03:30
ghasem shirdel
0e1841b6d6 fix(template.sh): fix decription for non git directory
When we are in a non-git folder, if we use the 'gct' command, we will also see the reason for the error.
2022-01-10 09:22:24 +03:30
ghasem shirdel
51f6a87435 fix(git-commit-template): fix error details
exit 1 when a git commit error occurs.
2022-01-07 14:20:00 +03:30
ghasem shirdel
06059baa1f style: break long lines 2022-01-07 14:12:50 +03:30
ghasem shirdel
225c30e469 feat(git-commit-template): add plugin file
This plugin use for git commit template.
2022-01-07 13:12:52 +03:30