From: Christian Couder Date: Wed, 11 May 2016 13:16:17 +0000 (+0200) Subject: builtin/apply: move 'options' variable into cmd_apply() X-Git-Tag: v2.10.0-rc0~190^2~44 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d1b27ced9a38ed03e99422b6cb24ff95c7437663?hp=d1b27ced9a38ed03e99422b6cb24ff95c7437663 builtin/apply: move 'options' variable into cmd_apply() The 'options' variable doesn't need to be static and global to the file. It can be local to cmd_apply(), so let's move it there. This will make it easier to libify the apply functionality. Reviewed-by: Stefan Beller Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano ---