Commit Graph

7 Commits

Author SHA1 Message Date
33fd98d746 feat: add commit-msg hook, improve robustness
- Add commit-msg hook enforcing Conventional Commits format
  (allows merge, fixup, and squash commits)
- Fix file size display: use MiB (binary) to match the binary limit calculation
- Make gitleaks optional: skip gracefully if not installed
- Suppress stderr on mg register in pre-push
- Add shellcheck directive to pre-commit
- Mark gitleaks as optional in README prerequisites
- Clean up FUNDING.yml boilerplate
2026-03-09 06:31:38 +00:00
343fdfcb92 docs: rewrite README, fix pre-commit shellcheck issues
- Complete README rewrite with proper installation instructions
- Added quick install section, configuration section, prerequisites
- Fixed typos (occasionaly, Compatability, alondside)
- pre-commit: use stat instead of parsing ls output (SC2012)
- pre-commit: fix popd called with arguments (SC2164)
- pre-commit: proper IFS newline assignment
- pre-commit: skip non-existent files cleanly
- Fixed repo description typo (usefull → useful)
2026-02-23 10:31:12 +00:00
be8e44155b allow for lfs to ignore the filesize check 2023-05-28 15:26:46 -07:00
34595cf7bb shellcheck pre-commit 2023-05-28 15:01:00 -07:00
69562da8f8 update pre-commit and pre-push to make things faster 2023-05-28 13:37:15 -07:00
7753212d96 update precommit hook to run gitleaks regardless of commit numbers 2023-05-28 13:16:29 -07:00
06e15baf58 initial commit 2023-05-28 13:04:08 -07:00