]> git.ipfire.org Git - thirdparty/git.git/commit - convert.c
convert: drop unused crlf_action from check_global_conv_flags_eol()
authorJeff King <peff@peff.net>
Wed, 30 Sep 2020 12:27:53 +0000 (08:27 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Sep 2020 19:53:47 +0000 (12:53 -0700)
commit185e86522678fed077d6cec02381bcf899bf24e5
treea5703f589b13cdc14e3a2615e0c266005de4b798
parent306ee63a703ad67c54ba1209dc11dd9ea500dc1f
convert: drop unused crlf_action from check_global_conv_flags_eol()

The crlf_action parameter hasn't been used since a0ad53c181 (convert:
Correct NNO tests and missing `LF will be replaced by CRLF`,
2016-08-13), where that part of the function was hoisted out to a
separate will_convert_lf_to_crlf() helper. Let's drop the useless
parameter.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
convert.c