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: j178/prek
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.12
Choose a base ref
...
head repository: j178/prek
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.13
Choose a head ref
  • 4 commits
  • 14 files changed
  • 2 contributors

Commits on May 5, 2026

  1. Configuration menu
    Copy the full SHA
    93a71e0 View commit details
    Browse the repository at this point in the history
  2. Add Godot Engine to users in README (#2047)

    PS: It might be worth sorting this list alphabetically so it's easier to
    browse.
    Calinou authored May 5, 2026
    Configuration menu
    Copy the full SHA
    1fab887 View commit details
    Browse the repository at this point in the history
  3. Respect hook filters for message files (#2049)

    Fixes #2048
    
    Commit-message hooks receive Git's message file outside normal workspace
    ownership filtering, but hook-level `files`, `exclude`, and `types`
    filters still decide whether a hook should run on that argument.
    
    This keeps the message-file path available for `commit-msg` and
    `prepare-commit-msg` hooks while preventing file-oriented hooks such as
    `check-json` from parsing `.git/COMMIT_EDITMSG` when their filters do
    not match.
    j178 authored May 5, 2026
    Configuration menu
    Copy the full SHA
    3f5e5c6 View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.3.13 (#2050)

    j178 committed May 5, 2026
    Configuration menu
    Copy the full SHA
    81b290e View commit details
    Browse the repository at this point in the history
Loading