Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t9401: do not assume the "matching" push is the default
author
Junio C Hamano
<gitster@pobox.com>
Sat, 5 Jan 2013 00:24:32 +0000
(16:24 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 5 Jan 2013 06:28:41 +0000
(22:28 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9401-git-cvsserver-crlf.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
a1c54d7
)
diff --git
a/t/t9401-git-cvsserver-crlf.sh
b/t/t9401-git-cvsserver-crlf.sh
index 1c5bc84fa72492a820638e4e197b89ba13bc27f1..8c3db763013ff736e173a405de70f68cbdddaf9f 100755
(executable)
--- a/
t/t9401-git-cvsserver-crlf.sh
+++ b/
t/t9401-git-cvsserver-crlf.sh
@@
-84,6
+84,7
@@
export CVSROOT CVS_SERVER
rm -rf "$CVSWORK" "$SERVERDIR"
test_expect_success 'setup' '
+ git config push.default matching &&
echo "Simple text file" >textfile.c &&
echo "File with embedded NUL: Q <- there" | q_to_nul > binfile.bin &&
mkdir subdir &&