macOS
brew install gitlintlocal Homebrew formula metadata
sudo port install gitlintMacPorts ports tree · devel/gitlint/Portfile · source: api.github.com
brew
Linting for your git commit messages. Version 0.19.1 via Homebrew; verified from local package data.
install
brew install gitlintlocal Homebrew formula metadata
sudo port install gitlintMacPorts ports tree · devel/gitlint/Portfile · source: api.github.com
sudo apk add gitlintAlpine Linux edge package indexes · gitlint · source: dl-cdn.alpinelinux.org
sudo apt install gitlintDebian stable package indexes · gitlint · source: deb.debian.org
sudo dnf install gitlintFedora Rawhide package metadata · gitlint · source: dl.fedoraproject.org
nix profile install nixpkgs#gitlintnixpkgs package indexes · pkgs/by-name/gi/gitlint/package.nix · source: api.github.com
sudo zypper install python313-gitlintopenSUSE Tumbleweed package metadata · python313-gitlint · source: download.opensuse.org
overview
Linting for your git commit messages
history
Gitlint is a Python command-line linter for Git commit messages. It gives teams a way to enforce subject length, body formatting, trailers, conventional-commit-like rules, and custom policies before commits or merge requests land.
The GitHub repository was created in September 2015 and the PyPI package history begins with the 0.1.0 release. The project grew as a small but durable Git add-on with documentation, built-in rules, user-defined rules, hooks, and CI usage patterns.
The 0.14 and 0.15 releases marked the end of Python 2.7 and Python 3.5 support, while the 0.17 release split the package into gitlint and gitlint-core. The 0.19 release modernized build and test tooling, adopted Hatch and Ruff, and improved development builds.
Gitlint's adoption sits in the commit-quality niche rather than the broader code-linting market. It is packaged on PyPI and in several system package managers, and it appeals to projects that treat commit history as a reviewable interface for releases, changelogs, and audit trails.
Practitioners run gitlint against the commit message being written through a commit-msg hook, against selected commit ranges in CI, or through pre-commit. Configuration usually lives in .gitlint, with built-in rules tuned by project policy and custom Python rules added for organization-specific checks.
Gitlint is notable as a classic Python CLI packaged across PyPI, Homebrew, Linux distributions, and MacPorts. For package maintainers, its dependency-management changes and gitlint-core split show the pressure small developer tools face when they need to support both hook-time speed and system-package constraints.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.gitlintexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gitlint | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://jorisroovers.com/gitlint/
install metadata
| Package key | brew:gitlint |
|---|---|
| Version | 0.19.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gitlint |
| Homepage | https://jorisroovers.com/gitlint/ |
| Repository | https://github.com/jorisroovers/gitlint |
| Upstream docs | https://jorisroovers.github.io/gitlint |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/73/51/b59270264aabcab5b933f3eb9bfb022464ca9205b04feef1bdc1635fd9b4/gitlint_core-0.19.1.tar.gz |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gitlint |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
gitlint 0.19.1-6
Git commit message linter
https://jorisroovers.com/gitlint/
sudo apt install gitlintgitlint
nix profile install nixpkgs#gitlintgitlint 0.19.1-2
Git commit message linter
https://jorisroovers.com/gitlint/
sudo apt install gitlintgitlint 0.19.1-r3
Linting for your git commit messages
https://github.com/jorisroovers/gitlint
sudo apk add gitlintgitlint-pyc 0.19.1-r3
Precompiled Python bytecode for gitlint
https://github.com/jorisroovers/gitlint
sudo apk add gitlint-pycgitlint 0.19.1-2.fc45
Git commit message linting tool
https://jorisroovers.github.io/gitlint
sudo dnf install gitlintpython313-gitlint 0.18.0-2.7
Git commit message linter checking
https://github.com/jorisroovers/gitlint
sudo zypper install python313-gitlintgitlint
sudo port install gitlintsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.