Skip to content

Commit 093fd1b

Browse files
committed
Fix CI - strangely enough this only failed on 32bit
Even though it should have failed everywhere.
1 parent 0cfc8a6 commit 093fd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-blame/tests/fixtures/make_blame_repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
set -eu -o pipefail
33

4+
git init -q
45
git config --local diff.algorithm histogram
56

6-
git init -q
77
git config merge.ff false
88

99
git checkout -q -b main

0 commit comments

Comments
 (0)