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