]> git.ipfire.org Git - thirdparty/git.git/commit - apply.h
apply: rename and move opt constants to apply.h
authorChristian Couder <christian.couder@gmail.com>
Sun, 4 Sep 2016 20:18:21 +0000 (22:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
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 <sbeller@google.com>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
apply.h
builtin/apply.c