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 474bf0d commit 9180ddeCopy full SHA for 9180dde
gix-worktree/tests/fixtures/make_traverse_dotdot_trees.sh
@@ -29,7 +29,7 @@ for subdir in .a .b .c .d .e .f .g .h .i .j; do
29
30
standin_pattern="$(printf '%s' "$standin" | sed 's|\.|\\\.|g')"
31
cp .git/index old_index
32
- sed "s|$standin_pattern|$target|g" old_index >.git/index
+ LC_ALL=C sed "s|$standin_pattern|$target|g" old_index >.git/index
33
done
34
35
git commit -m 'Initial commit'
0 commit comments