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