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.3.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: v2.4.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 1, 2026

  1. feat: Enhance configuration with CLI, env vars, and TOML support (#357)

    * feat: Enhance configuration management with CLI, env vars, and TOML support
    
    - Introduced a new ConfigMerger class to handle merging configurations from multiple sources: command-line arguments, environment variables, TOML files, and defaults.
    - Added command-line options for various commit and branch configurations, including subject length, imperative mood, and allowed commit types.
    - Updated README and configuration documentation to reflect new configuration methods and examples.
    - Implemented comprehensive tests for CLI argument integration, environment variable handling, and configuration priority.
    - Ensured backward compatibility with existing configuration files while providing enhanced flexibility for users.
    
    * chore: Update docs/configuration.rst
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * chore: Update commit-check version to v2.3.0 in README
    
    * refactor: change parse_cli_args to use data-driven approach (#358)
    
    * Initial plan
    
    * refactor: Use data-driven approach in parse_cli_args to reduce duplication
    
    Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
    4 people authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    f1a4704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65e3fba View commit details
    Browse the repository at this point in the history
Loading