Mirror actions/checkout@v4 (upstream 11d5960a326750d5838078e36cf38b85af677262)
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Licensed / Check licenses (push) Waiting to run
Build and Test / build (push) Waiting to run
Build and Test / test (macos-latest) (push) Waiting to run
Build and Test / test (ubuntu-latest) (push) Waiting to run
Build and Test / test (windows-latest) (push) Waiting to run
Build and Test / test-proxy (push) Waiting to run
Build and Test / test-git-container (push) Waiting to run
Build and Test / test-output (push) Waiting to run
Build and Test / test-bypass-proxy (push) Waiting to run

This commit is contained in:
popilnus-mirror 2026-09-20 13:31:55 -04:00
commit f88672b145
105 changed files with 54886 additions and 0 deletions

10
__test__/modify-work-tree.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
if [ ! -f "./basic/basic-file.txt" ]; then
echo "Expected basic file does not exist"
exit 1
fi
echo hello >> ./basic/basic-file.txt
echo hello >> ./basic/new-file.txt
git -C ./basic status