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: alirezanet/Husky.Net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: alirezanet/Husky.Net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.1
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 11, 2026

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

Commits on Mar 13, 2026

  1. fix: condition Touch on successful install to prevent race on first r…

    …un (#168)
    
    When multiple MSBuild nodes run concurrently on first checkout, the
    mutex losers skip the install but the Touch task still tried to create
    install.stamp in the not-yet-created .husky/_/ directory, causing
    MSB3371 errors.
    
    Fix: capture the ExitCode from the install Exec and condition Touch
    on both exit code 0 and the .husky/_/ directory existing. Losers
    skip Touch entirely - no premature stamp, no error.
    MattKotsenas authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    df7dd09 View commit details
    Browse the repository at this point in the history
  2. build: bump to v0.9.1

    alirezanet committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    26d6487 View commit details
    Browse the repository at this point in the history
Loading