git-tidy¶
git-tidy is a set of git extensions for:
- Keeping your git logs tidy with ease.
git tidy-commitguides users through a structured commit with a configurable schema.git tidy-squashsquashes messy commits into one tidy commit. - Linting a commit log.
git tidy-lintverifies that commits match the schema. If a user usesgit tidy-commit, commits will always validate. - Rendering a commit log.
git tidy-logcan render commits from any range and can render structured commits from a configurable Jinja template. Want to automatically generate release notes?git tidy-logcan be configured to group and render commits based on the schema.

See the Tutorial for a walk-through of how to use git-tidy for your use case.
Compatibility¶
git-tidy is compatible with Python 3.9 - 3.13.