From: Christian Couder Date: Tue, 24 May 2016 08:11:18 +0000 (+0200) Subject: builtin/apply: move 'ws_ignore_action' into 'struct apply_state' X-Git-Tag: v2.10.0-rc0~190^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/10a9ddba2c3478c8080acc1b2c83d75d09ee2492?hp=10a9ddba2c3478c8080acc1b2c83d75d09ee2492 builtin/apply: move 'ws_ignore_action' into 'struct apply_state' To libify the apply functionality the 'ws_ignore_action' 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 ---