macOS
brew install gitlintlocal Homebrew formula metadata
sudo port install gitlintMacPorts ports tree · devel/gitlint/Portfile · ソース: api.github.com
brew
gitlint のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gitlintlocal Homebrew formula metadata
sudo port install gitlintMacPorts ports tree · devel/gitlint/Portfile · ソース: api.github.com
sudo apk add gitlintAlpine Linux edge package indexes · gitlint · ソース: dl-cdn.alpinelinux.org
sudo apt install gitlintDebian stable package indexes · gitlint · ソース: deb.debian.org
sudo dnf install gitlintFedora Rawhide package metadata · gitlint · ソース: dl.fedoraproject.org
nix profile install nixpkgs#gitlintnixpkgs package indexes · pkgs/by-name/gi/gitlint/package.nix · ソース: api.github.com
sudo zypper install python313-gitlintopenSUSE Tumbleweed package metadata · python313-gitlint · ソース: download.opensuse.org
概要
Linting for your git commit messages
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.
.gitlint実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gitlint | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://jorisroovers.com/gitlint/
インストールメタデータ
| パッケージキー | brew:gitlint |
|---|---|
| バージョン | 0.19.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gitlint |
| ホームページ | https://jorisroovers.com/gitlint/ |
| リポジトリ | https://github.com/jorisroovers/gitlint |
| 上流ドキュメント | https://jorisroovers.github.io/gitlint |
| ライセンス | MIT |
| ソースアーカイブ | https://files.pythonhosted.org/packages/73/51/b59270264aabcab5b933f3eb9bfb022464ca9205b04feef1bdc1635fd9b4/gitlint_core-0.19.1.tar.gz |
| 最終更新 | 2026-07-13T10:51:56Z |
| Pulse | updated |
| 依存関係 | python@3.14 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gitlint |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 gitlintソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.