issues
search
igorsgm
/
laravel-git-hooks
🪝 • Efficiently manage Git hooks in Laravel projects. Enhance code quality, save time on reviews, and prevent bugs from entering your repository.
MIT License
21
stars
6
forks
source link
wip
#8
Closed
igorsgm
closed
1 year ago
what-the-diff[bot]
commented
1 year ago
Refactored the code to use a new trait WithCommitLog
Added exception callback in makePipeline method
Fixed bug with parsing commit hash from log message (in Log class)
Changed return type of RegisterHooks::handle() and PrePush::handle() methods to void, because they don't have any returns anymore