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