We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfc8a6 commit 093fd1bCopy full SHA for 093fd1b
gix-blame/tests/fixtures/make_blame_repo.sh
@@ -1,9 +1,9 @@
1
#!/usr/bin/env bash
2
set -eu -o pipefail
3
4
+git init -q
5
git config --local diff.algorithm histogram
6
-git init -q
7
git config merge.ff false
8
9
git checkout -q -b main
0 commit comments