Skip to content

Commit

Permalink
fix CI on windows
Browse files Browse the repository at this point in the history
apparently something happened with the way git 2.40 interprets commandline arguments,
amybe its an issue with git 2.40 in general.
Explicitly adding the changes (removal) seems to fix it.
  • Loading branch information
Byron committed Mar 16, 2023
1 parent f29f35c commit 79ed875
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Git LFS file not shown
2 changes: 2 additions & 0 deletions gix-diff/tests/fixtures/make_diff_repo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -x
set -eu -o pipefail


Expand All @@ -20,6 +21,7 @@ echo m > f
git commit -qam 'f modified'

rm f
git add .
git commit -qam 'f deleted'

echo m > f
Expand Down

0 comments on commit 79ed875

Please sign in to comment.