Automic VaultAutomic Vault

brew

gitlint mit Homebrew, apk, apt, dnf, MacPorts, Nix, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für gitlint in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install gitlint

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install gitlint

MacPorts ports tree · devel/gitlint/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add gitlint

Alpine Linux edge package indexes · gitlint · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install gitlint

Debian stable package indexes · gitlint · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install gitlint

Fedora Rawhide package metadata · gitlint · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#gitlint

nixpkgs package indexes · pkgs/by-name/gi/gitlint/package.nix · Quelle: api.github.com

openSUSE zypperverifiziert · 92%
sudo zypper install python313-gitlint

openSUSE Tumbleweed package metadata · python313-gitlint · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Linting for your git commit messages

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2015: The jorisroovers/gitlint repository was created.
  • 2020: The 0.14 and 0.15 release line ended Python 2.7 and Python 3.5 support.
  • 2021: The 0.17 release split gitlint and gitlint-core.
  • 2023: The 0.19 release modernized project tooling and CI.

Related projects

  • pre-commit is a common integration point for running gitlint before commits or in CI.
  • Conventional Commits is an adjacent convention supported through gitlint contrib rules and configuration.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 1 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
.gitlint

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
gitlintcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version0.19.1
Manager aktualisiert2026-07-13
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://jorisroovers.com/gitlint/

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:gitlint
Version0.19.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/gitlint
Homepagehttps://jorisroovers.com/gitlint/
Repositoryhttps://github.com/jorisroovers/gitlint
Upstream-Dokumentationhttps://jorisroovers.github.io/gitlint
LizenzMIT
Quellarchivhttps://files.pythonhosted.org/packages/73/51/b59270264aabcab5b933f3eb9bfb022464ca9205b04feef1bdc1635fd9b4/gitlint_core-0.19.1.tar.gz
Zuletzt aktualisiert2026-07-13T10:51:56Z
Pulseupdated
Abhängigkeitenpython@3.14
Bottleverfügbar (auf all)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegitlint
Version Scheme0
Revision1
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

gitlint 0.19.1-6

Git commit message linter

https://jorisroovers.com/gitlint/

sudo apt install gitlint
  • Section: utils
  • Architecture: all
  • 5 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gitlint
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gitlint from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

gitlint

nix profile install nixpkgs#gitlint
  • normalized package name match
  • Abgeglichen nach: Gitlint
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gi/gitlint/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

gitlint 0.19.1-2

Git commit message linter

https://jorisroovers.com/gitlint/

sudo apt install gitlint
  • Section: universe/utils
  • Architecture: all
  • 6 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gitlint
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gitlint from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

gitlint 0.19.1-r3

Linting for your git commit messages

https://github.com/jorisroovers/gitlint

sudo apk add gitlint
  • License: MIT
  • Architecture: x86_64
  • Source Package: gitlint
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Gitlint
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gitlint from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gitlint-pyc 0.19.1-r3

Precompiled Python bytecode for gitlint

https://github.com/jorisroovers/gitlint

sudo apk add gitlint-pyc
  • License: MIT
  • Architecture: x86_64
  • Source Package: gitlint
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gitlint
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gitlint-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

gitlint 0.19.1-2.fc45

Git commit message linting tool

https://jorisroovers.github.io/gitlint

sudo dnf install gitlint
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: gitlint
  • 4 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Gitlint
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gitlint from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

python313-gitlint 0.18.0-2.7

Git commit message linter checking

https://github.com/jorisroovers/gitlint

sudo zypper install python313-gitlint
  • License: MIT
  • Category: Development/Languages/Python
  • Architecture: noarch
  • Source Package: gitlint
  • 7 Abhängigkeiten
  • 4 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Gitlint
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python313-gitlint from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

gitlint

sudo port install gitlint
  • normalized package name match
  • Abgeglichen nach: Gitlint
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/gitlint/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment