Lines Matching refs:crlf

35 			crlf)  echo '*.txt eol=crlf' ;;
55 for crlf in false true input
59 for aeol in "" lf crlf
61 pfx=NNO_attr_${attr}_aeol_${aeol}_${crlf} &&
67 pfx=MIX_attr_${attr}_aeol_${aeol}_${crlf} &&
90 crlf=$1
97 pfx=crlf_${crlf}_attr_${attr}
103 git -c core.autocrlf=$crlf add $fname 2>"${pfx}_$f.err"
105 git commit -m "core.autocrlf $crlf" &&
116 crlf=$1 ; shift
122 pfx=NNO_attr_${attr}_aeol_${aeol}_${crlf}
130 git -c core.autocrlf=$crlf add $fname 2>"${pfx}_$f.err"
133 test_expect_success "commit NNO files crlf=$crlf attr=$attr LF" '
136 test_expect_success "commit NNO files attr=$attr aeol=$aeol crlf=$crlf CRLF" '
140 test_expect_success "commit NNO files attr=$attr aeol=$aeol crlf=$crlf CRLF_mix_LF" '
144 test_expect_success "commit NNO files attr=$attr aeol=$aeol crlf=$crlf LF_mix_cr" '
148 test_expect_success "commit NNO files attr=$attr aeol=$aeol crlf=$crlf CRLF_nul" '
158 crlf=$1 ; shift
164 pfx=MIX_attr_${attr}_aeol_${aeol}_${crlf}
172 git -c core.autocrlf=$crlf add $fname 2>"${pfx}_$f.err"
175 test_expect_success "commit file with mixed EOL onto LF crlf=$crlf attr=$attr" '
178 test_expect_success "commit file with mixed EOL onto CLRF attr=$attr aeol=$aeol crlf=$crlf" '
182 …test_expect_success "commit file with mixed EOL onto CRLF_mix_LF attr=$attr aeol=$aeol crlf=$crlf"…
186 test_expect_success "commit file with mixed EOL onto LF_mix_cr attr=$attr aeol=$aeol crlf=$crlf " '
190 test_expect_success "commit file with mixed EOL onto CRLF_nul attr=$attr aeol=$aeol crlf=$crlf" '
202 echo crlf
226 text,crlf) echo "text eol=crlf" ;;
229 auto,crlf) echo "text=auto eol=crlf" ;;
231 crlf,) echo "text eol=crlf" ;;
238 crlf=$1
245 pfx=crlf_${crlf}_attr_${attr}_ &&
256 crlf=$1 ; shift
262 pfx=NNO_attr_${attr}_aeol_${aeol}_${crlf}
284 crlf=$1 ; shift
292 git config core.autocrlf $crlf &&
293 pfx=eol_${ceol}_crlf_${crlf}_attr_${attr}_ &&
304 …test_expect_success "ls-files --eol attr=$attr $ident aeol=$aeol core.autocrlf=$crlf core.eol=$ceo…
319 …test_expect_success "checkout attr=$attr $ident aeol=$aeol core.autocrlf=$crlf core.eol=$ceol file…
322 …test_expect_success "checkout attr=$attr $ident aeol=$aeol core.autocrlf=$crlf core.eol=$ceol file…
325 …test_expect_success "checkout attr=$attr $ident aeol=$aeol core.autocrlf=$crlf core.eol=$ceol file…
328 …test_expect_success "checkout attr=$attr $ident aeol=$aeol core.autocrlf=$crlf core.eol=$ceol file…
331 …test_expect_success "checkout attr=$attr $ident aeol=$aeol core.autocrlf=$crlf core.eol=$ceol file…
467 for crlf in true false input
469 commit_chk_wrnNNO -text "" $crlf "" "" "" "" ""
470 commit_chk_wrnNNO -text lf $crlf "" "" "" "" ""
471 commit_chk_wrnNNO -text crlf $crlf "" "" "" "" ""
472 commit_chk_wrnNNO "" lf $crlf "" CRLF_LF CRLF_LF "" CRLF_LF
473 commit_chk_wrnNNO "" crlf $crlf LF_CRLF "" LF_CRLF LF_CRLF ""
474 commit_chk_wrnNNO auto lf $crlf "" "" "" "" ""
475 commit_chk_wrnNNO auto crlf $crlf LF_CRLF "" "" "" ""
476 commit_chk_wrnNNO text lf $crlf "" CRLF_LF CRLF_LF "" CRLF_LF
477 commit_chk_wrnNNO text crlf $crlf LF_CRLF "" LF_CRLF LF_CRLF ""
514 for crlf in true false input
517 check_in_repo_NNO "" "" $crlf LF CRLF CRLF_mix_LF LF_mix_CR CRLF_nul
518 check_in_repo_NNO -text "" $crlf LF CRLF CRLF_mix_LF LF_mix_CR CRLF_nul
519 check_in_repo_NNO -text lf $crlf LF CRLF CRLF_mix_LF LF_mix_CR CRLF_nul
520 check_in_repo_NNO -text crlf $crlf LF CRLF CRLF_mix_LF LF_mix_CR CRLF_nul
521 check_in_repo_NNO auto "" $crlf LF CRLF CRLF_mix_LF LF_mix_CR CRLF_nul
522 check_in_repo_NNO auto lf $crlf LF CRLF CRLF_mix_LF LF_mix_CR CRLF_nul
523 check_in_repo_NNO auto crlf $crlf LF CRLF CRLF_mix_LF LF_mix_CR CRLF_nul
524 check_in_repo_NNO text "" $crlf LF LF LF LF_mix_CR LF_nul
525 check_in_repo_NNO text lf $crlf LF LF LF LF_mix_CR LF_nul
526 check_in_repo_NNO text crlf $crlf LF LF LF LF_mix_CR LF_nul
562 for ceol in lf crlf native
564 for crlf in true false input
568 checkout_files -text "$id" "" "$crlf" "$ceol" LF CRLF CRLF_mix_LF LF_mix_CR LF_nul
569 checkout_files -text "$id" "lf" "$crlf" "$ceol" LF CRLF CRLF_mix_LF LF_mix_CR LF_nul
570 checkout_files -text "$id" "crlf" "$crlf" "$ceol" LF CRLF CRLF_mix_LF LF_mix_CR LF_nul
572 checkout_files text "$id" "lf" "$crlf" "$ceol" LF CRLF CRLF_mix_LF LF_mix_CR LF_nul
573 checkout_files text "$id" "crlf" "$crlf" "$ceol" CRLF CRLF CRLF CRLF_mix_CR CRLF_nul
575 checkout_files auto "$id" "lf" "$crlf" "$ceol" LF CRLF CRLF_mix_LF LF_mix_CR LF_nul
576 checkout_files auto "$id" "crlf" "$crlf" "$ceol" CRLF CRLF CRLF_mix_LF LF_mix_CR LF_nul
592 …checkout_files text "$id" "" false crlf CRLF CRLF CRLF CRLF_mix_CR CRLF_…