arxanas / git-branchless

High-velocity, monorepo-scale workflow for Git
Apache License 2.0
3.41k stars 83 forks source link

`git test fix` might not work when run from a worktree with `--jobs` >0 #1154

Open arxanas opened 8 months ago

arxanas commented 8 months ago

Description of the bug

I don't remember exactly, but I recall that git test fix claimed to apply fixes but then actually did nothing in a setup like that.

Expected behavior

No response

Actual behavior

No response

Version of rustc

No response

Automated bug report

No response

Version of git-branchless

No response

Version of git

No response

ppwwyyxx commented 2 weeks ago

I noticed that git test fix with --jobs 0 would not apply any changes to commits, but it works when I disable --jobs