committed
brew install committed
v1.1.11
Apache-2.0 OR MIT
Nitpicking commit history since beabf39
20
30-day installs · #6811
56
90-day · #6999
56
365-day · #10771
170
★ GitHub stars · updated 2mo ago
Build dependencies
GitHub topics
git
Links
- https://github.com/crate-ci/committed
- GitHub: crate-ci/committed
- Brew formula source: Formula/c/committed.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"rust"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Nitpicking commit history since beabf39",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:33+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "committed",
"github_default_branch": "master",
"github_last_commit_at": "2026-06-01T02:32:53Z",
"github_readme_excerpt": "# committed\n\n\u003e **Nitpicking commit history since `beabf39`**\n\n[](https://codecov.io/gh/crate-ci/committed)\n[][Documentation]\n\n[][Crates.io]\n\nEnforce commit standards, whether for:\n- Readability, especially in logs\n- Consistent styling\n- Compatibility with programmatic processing\n\n## Install\n\n[Download](https://github.com/crate-ci/committed/releases) a pre-built binary\n(installable via [gh-install](https://github.com/crate-ci/gh-install)).\n\nOr use rust to install:\n```bash\ncargo install committed\n```\n\n### pre-commit\n\nTo use `committed` with [`pre-commit`](https://pre-commit.com), point its\nconfig at this repository:\n\n```yaml\nrepos:\n - repo: https://github.com/crate-ci/committed\n rev: v1.1.11\n hooks:\n - id: committed\n```\n\nThe `committed` id installs a prebuilt executable from GitHub releases. If\none does not exist for the target platform, or if one built from\nsources is preferred, use `committed-src` as the hook id instead.\n\nBe sure to change `rev` to use the desired `committed` git tag or\nrevision.\n\nBy default, the `pre-commit install` only installs hooks of the `pre-commit` type,\nso you may need to list the `commit-msg` hook during installation:\n\n```console\npre-commit install -t pre-commit -t commit-msg\n```\n\nor update your `.pre-commit-config.yaml` like so:\n\n```yaml\ndefault_install_hook_types: [pre-commit, commit-msg]\n```\n\nThe hook, by default, will verify your commit message.\n\n## Basic Usage\n\nVerify your latest commit\n```bash\ncommitted HEAD\n```\n\nVerify your branch\n```bash\ncommitted master..HEAD --no-merge-commit\n```\n\nHave your CI verify your PR (assuming it does a no-ff merge into your `master`)\n```bash\ncommitted HEAD~..HEAD^2 --no-merge-commit\n```\nSee [`imperative` for a GitHub Actions\nexa",
"github_repo": "crate-ci/committed",
"github_stars": 170,
"github_topics": [
"git"
],
"homepage": "https://github.com/crate-ci/committed",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 20,
"installs_365d": 56,
"installs_90d": 56,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0 OR MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "committed",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 6811,
"rank_365d": 10771,
"rank_90d": 6999,
"raw_hash": "8130cac68201cc2f",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/c/committed.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.1.11",
"versioned_formulae": [],
"why_use_this": null
}