Commit Graph
2 Commits
Author SHA1 Message Date
Claudio DeSouza 438eb58281 [cr144] Fix for commit hook to not tag !amend commits
It is necessary that the `COMMIT_MSG` script does not interfere with
amend commits as keeping their commit message intact is necessary for
squashes to work as expected.
2025-12-21 17:12:53 -05:00
cdesouza-chromium 1e6d937054 [canary] A commit-msg hook for common things in the commmit message (#28361)
Adding this hook into the repo that could be used by anyone to have a
standardised way to add tags into commit messages. This also provides a
way to add chromium culprits into changes.

Resolves https://github.com/brave/brave-browser/issues/45015
2025-04-07 10:40:58 +01:00