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: commitizen-tools/commitizen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.25.0
Choose a base ref
...
head repository: commitizen-tools/commitizen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.26.0
Choose a head ref
  • 4 commits
  • 12 files changed
  • 2 contributors

Commits on May 14, 2022

  1. style(commitizen/cz/__init__.py): Mark vars unused

    Explicitly mark some loop variables unused as recommended by
    flake8-bugbear.
    Kurt-von-Laven authored and Lee-W committed May 14, 2022
    Configuration menu
    Copy the full SHA
    48e29e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b62ecfa View commit details
    Browse the repository at this point in the history
  3. feat(check): Add --allow-abort option

    Empty commit messages indicate to Git that the commit should be aborted.
    Displaying an error message when the commit is already being aborted
    typically only creates confusion. Add an --allow-abort argument to the
    check command and allow_abort config variable, both defaulting to false
    for backwards compatibility. When the commit message is empty, determine
    the outcome based on the allow_abort setting alone, ignoring the
    pattern.
    Kurt-von-Laven authored and Lee-W committed May 14, 2022
    Configuration menu
    Copy the full SHA
    e0f9fe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85d9939 View commit details
    Browse the repository at this point in the history
Loading