git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0f086e6
)
t0027: squelch checkout path run outside test_expect_* block
author
Junio C Hamano
<redacted>
Tue, 20 Nov 2018 03:43:24 +0000
(12:43 +0900)
committer
Junio C Hamano
<redacted>
Tue, 20 Nov 2018 03:43:24 +0000
(12:43 +0900)
Signed-off-by: Junio C Hamano <redacted>
t/t0027-auto-crlf.sh
patch
|
blob
|
history
diff --git
a/t/t0027-auto-crlf.sh
b/t/t0027-auto-crlf.sh
index beb5927f77f7f21456eef2835ee67402e487a899..3587e454f19d9bf71f2b02c9189d4715ed216fd9 100755
(executable)
--- a/
t/t0027-auto-crlf.sh
+++ b/
t/t0027-auto-crlf.sh
@@
-293,9
+293,9
@@
checkout_files () {
do
rm crlf_false_attr__$f.txt &&
if test -z "$ceol"; then
- git checkout crlf_false_attr__$f.txt
+ git checkout
--
crlf_false_attr__$f.txt
else
- git -c core.eol=$ceol checkout crlf_false_attr__$f.txt
+ git -c core.eol=$ceol checkout
--
crlf_false_attr__$f.txt
fi
done
git clone https://git.99rst.org/PROJECT