Skip to content

multimod: diff command errors run Windows #467

Open
@scorpionknifes

Description

@scorpionknifes

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: go-git/go-git#691

status, err := worktree.Status()
if err != nil {
return fmt.Errorf("could not get worktree status: %w", err)
}

Related tests failing: https://github.com/open-telemetry/opentelemetry-go-build-tools/actions/runs/7216411029/job/19662557783?pr=466
Originally posted: #466 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    multimodRelated to the multimod command.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions