apply: make some names more specific
commit4d5acae0ca9c3a72c7ba7d82d684e7c0e57f8e92
authorChristian Couder <christian.couder@gmail.com>
Thu, 11 Aug 2016 08:52:29 +0000 (11 10:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Aug 2016 19:41:09 +0000 (11 12:41 -0700)
tree805045cefa5aa8300bde93be6d3a6b61b24491f6
parentf8f7adce9fc50a11a764d57815602dcb818d1816
apply: make some names more specific

To prepare for some structs and constants being moved from
builtin/apply.c to apply.h, we should give them some more
specific names to avoid possible name collisions in the global
namespace.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/apply.c