apply: rename and move opt constants to apply.h
authorChristian Couder <redacted>
Sun, 4 Sep 2016 20:18:21 +0000 (22:18 +0200)
committerJunio C Hamano <redacted>
Wed, 7 Sep 2016 19:29:53 +0000 (12:29 -0700)
commit803bf4e012687d92f4c136febe0881852738d57d
tree0a52ae99e231b739d9cf2b19e21f996dd30cd2bb
parentda8e30dcd96f75eac9a343f973198242b44a1ca9
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 <redacted>
Signed-off-by: Christian Couder <redacted>
Signed-off-by: Junio C Hamano <redacted>
apply.h
builtin/apply.c
git clone https://git.99rst.org/PROJECT