From: Christian Couder Date: Sun, 4 Sep 2016 20:18:21 +0000 (+0200) Subject: apply: rename and move opt constants to apply.h X-Git-Tag: v2.14.0-rc0~29^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/803bf4e012687d92f4c136febe0881852738d57d?hp=803bf4e012687d92f4c136febe0881852738d57d apply: rename and move opt constants to apply.h The constants for the "inaccurate-eof" and the "recount" options will be used in both "apply.c" and "builtin/apply.c", so they need to go into "apply.h", and therefore they need a name that is more specific to the API they belong to. Helped-by: Stefan Beller Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano ---