From: Christian Couder Date: Tue, 24 May 2016 08:11:02 +0000 (+0200) Subject: builtin/apply: move 'line_termination' global into 'struct apply_state' X-Git-Tag: v2.10.0-rc0~190^2~25 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f4c9eaa49c5ed87b304a40b95b1d06d46a8cbfa9?hp=f4c9eaa49c5ed87b304a40b95b1d06d46a8cbfa9 builtin/apply: move 'line_termination' global into 'struct apply_state' To libify the apply functionality the 'line_termination' variable should not be static and global to the file. Let's move it into 'struct apply_state'. Reviewed-by: Stefan Beller Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano ---