Files
JuliaFEM.jl/.githooks
Jukka Aho e7862ed538 fix(githooks): enforce subject, summary, and bullet layout
The commit-msg hook parses messages in bash only so contributors get the same
shape every time without Python or other helpers in the hook path.

- Enforce eighty-column lines plus subject, blank, summary, blank, then bullets
- Reject bullet-looking lines inside the summary block and blanks among bullets
- Skip all checks while .git/MERGE_HEAD exists for merge commits
2026-05-11 02:46:06 +03:00
..