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