builtin/apply: rename option parsing functions
commitda8e30dcd96f75eac9a343f973198242b44a1ca9
authorChristian Couder <christian.couder@gmail.com>
Sun, 4 Sep 2016 20:18:20 +0000 (4 22:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2016 19:29:53 +0000 (7 12:29 -0700)
tree30779b6a74ec693ee2bb88d2c4ee9355e16fb973
parent603752a88df398cbe6cad449b9fbd49aa28dfa20
builtin/apply: rename option parsing functions

As these functions are going to be part of the libified
apply API, let's give them a name that is more specific
to the apply API.

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