We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f3d48e + 57ea241 commit f35a1d7Copy full SHA for f35a1d7
1 file changed
t/t3700-add.sh
@@ -356,6 +356,7 @@ test_expect_success POSIXPERM,SYMLINKS 'git add --chmod=+x with symlinks' '
356
357
test_expect_success 'git add --chmod=[+-]x changes index with already added file' '
358
rm -f foo3 xfoo3 &&
359
+ git reset --hard &&
360
echo foo >foo3 &&
361
git add foo3 &&
362
git add --chmod=+x foo3 &&
0 commit comments