We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c54d7 commit e2a83b2Copy full SHA for e2a83b2
1 file changed
t/t9401-git-cvsserver-crlf.sh
@@ -84,6 +84,7 @@ export CVSROOT CVS_SERVER
84
85
rm -rf "$CVSWORK" "$SERVERDIR"
86
test_expect_success 'setup' '
87
+ git config push.default matching &&
88
echo "Simple text file" >textfile.c &&
89
echo "File with embedded NUL: Q <- there" | q_to_nul > binfile.bin &&
90
mkdir subdir &&
0 commit comments