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: conventionalcommit/commitlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.1
Choose a base ref
...
head repository: conventionalcommit/commitlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 18 commits
  • 45 files changed
  • 2 contributors

Commits on Jun 14, 2025

  1. feat: Add cleanup step before parsing (#18)

    Similar to git itself, we now add a cleanup step before processing
    the commit message.
    Check `git-commit` man page for the `--cleanup` option.
    In contrast to `git` we do "strip" and "scissors" in one step.
    
    closes #7
    gumbo2k authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    5b163c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7be7f24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9b04a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac4f464 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9ebb46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf3d490 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. Configuration menu
    Copy the full SHA
    37fe7a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9173967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdc29dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9c5b86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01ce160 View commit details
    Browse the repository at this point in the history
  6. feat: support ignore patterns

    Fixes: #8, #10
    muthukrishnan24 committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    3b65632 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f219063 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a8fe98 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e3f070 View commit details
    Browse the repository at this point in the history
  10. test: add test cases

    muthukrishnan24 committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    6ed9f29 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d77bb75 View commit details
    Browse the repository at this point in the history
  12. docs: update README

    muthukrishnan24 committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    3ebd123 View commit details
    Browse the repository at this point in the history
Loading