Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: commit-check/commit-check
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.0
Choose a base ref
...
head repository: commit-check/commit-check
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/main
Choose a head ref
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on May 18, 2026

  1. Configuration menu
    Copy the full SHA
    39b029c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. Configuration menu
    Copy the full SHA
    ad53628 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2026

  1. Configuration menu
    Copy the full SHA
    f5525d9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2026

  1. docs: sharpen README first screen — lightweight policy engine framing (

    …#418)
    
    docs: sharpen README first screen with lightweight policy engine framing
    
    Replace the 'most comprehensive' claim with a more credible, professional
    positioning: Commit Check as a lightweight policy engine for Git commit
    metadata. Add three core differentiators directly on the first screen:
    
    - One policy file (cchk.toml)
    - Multiple enforcement points (CLI, pre-commit, CI / GitHub Actions)
    - Machine-readable output (JSON + Python API)
    
    All claims verified against the current codebase:
    - 5 validation categories and 18+ rules (rules_catalog.py)
    - --format json (main.py:157)
    - commit_check.api with validate_message/branch/author/push/all (api.py)
    - 5 pre-commit hooks (.pre-commit-hooks.yaml)
    shenxianpeng authored May 29, 2026
    Configuration menu
    Copy the full SHA
    7a66c84 View commit details
    Browse the repository at this point in the history
  2. docs: add commit-check vs GitHub Rulesets comparison table (#419)

    * docs: add commit-check vs commitlint vs GitHub Rulesets comparison page
    
    - Feature-by-feature comparison tables for both commitlint and GitHub Rulesets
    - Honest positioning: commitlint is the standard, commit-check is broader
    - GitHub Rulesets are complementary, not competitive (platform vs portable)
    - 'Use commitlint if / Use commit-check if' decision guide
    - ASCII workflow diagram showing how all three fit together
    
    * docs: add GitHub Rulesets to README comparison; deduplicate docs/compare.rst
    
    - Add GitHub Rulesets column to the existing Why Commit Check? feature matrix in README
    - Add footnotes explaining GitHub Rulesets regex-based enforcement and plan requirements
    - Trim docs/compare.rst: remove overlapping commitlint table, keep decision guide + workflow
    - docs/compare.rst now links to README matrix as the canonical feature comparison
    
    * docs: remove compare page; consolidate into README table
    
    - Delete docs/compare.rst (redundant with README 'Why Commit Check?' table)
    - Remove compare from docs/index.rst toctree
    - README table: fix GitHub Rulesets 'Zero-config defaults' ❌ (not ✅)
    - Renumber footnotes after removing compare page link
    - All GitHub Rulesets info now lives in the single README feature matrix
    shenxianpeng authored May 29, 2026
    Configuration menu
    Copy the full SHA
    4b0e6ae View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. Configuration menu
    Copy the full SHA
    2f238e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2026

  1. chore(deps): bump starlette from 0.49.3 to 1.0.1 (#422)

    Bumps [starlette](https://github.com/Kludex/starlette) from 0.49.3 to 1.0.1.
    - [Release notes](https://github.com/Kludex/starlette/releases)
    - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
    - [Commits](Kludex/starlette@0.49.3...1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: starlette
      dependency-version: 1.0.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    91ec64e View commit details
    Browse the repository at this point in the history
Loading