Running `multimod diff` fails on clean worktree on Windows ``` > multimod diff -m tools -p 1.2.3 error running diff: VerifyWorkingTreeClean failed: working tree not clean ``` Related issues with go-git: https://github.com/go-git/go-git/issues/691 https://github.com/open-telemetry/opentelemetry-go-build-tools/blob/ff1ce4b48df82b450ee7233d0227454ed76d159c/multimod/internal/common/git.go#L147-L150 _Related tests failing: https://github.com/open-telemetry/opentelemetry-go-build-tools/actions/runs/7216411029/job/19662557783?pr=466_ _Originally posted: https://github.com/open-telemetry/opentelemetry-go-build-tools/pull/466#issuecomment-1857125400_
Running
multimod difffails on clean worktree on WindowsRelated issues with go-git: go-git/go-git#691
opentelemetry-go-build-tools/multimod/internal/common/git.go
Lines 147 to 150 in ff1ce4b
Related tests failing: https://github.com/open-telemetry/opentelemetry-go-build-tools/actions/runs/7216411029/job/19662557783?pr=466
Originally posted: #466 (comment)