Skip to content

git status in sandbox causes all files to be modified #31

Description

My agent ran git status in a quicksand sandbox and every file looked modified.

Repro

Make a git repo on the host, mount it, run git status in the guest.

# make git repo for testing
mkdir /tmp/r && cd /tmp/r && git init -q . && echo hi > a.txt
git add -A && git commit -qm init

# quicksand part
quicksand run ubuntu --network full -v /tmp/r:/workspace
# in the quicksand emulator: apt-get install -y git && cd /workspace && git status

Every file shows as modified, and back on the host .git/index is gone.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions