Skip to content

Commit 79ed875

Browse files
committed
fix CI on windows
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.
1 parent f29f35c commit 79ed875

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:86d0447c83f1a348e93719f9d782784a0ced7a198ea28a94f6cccbd928d81b3d
3-
size 18472
2+
oid sha256:c37d85f4467ebe265761ffb989c0d924582e9fa5f660e1b3ad0365aca4599e84
3+
size 18468

gix-diff/tests/fixtures/make_diff_repo.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -x
23
set -eu -o pipefail
34

45

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

2223
rm f
24+
git add .
2325
git commit -qam 'f deleted'
2426

2527
echo m > f

0 commit comments

Comments
 (0)