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