]> git.ipfire.org Git - thirdparty/git.git/commit - apply.c
apply: make some parsing functions static again
authorChristian Couder <christian.couder@gmail.com>
Sun, 4 Sep 2016 20:18:23 +0000 (22:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2016 19:29:53 +0000 (12:29 -0700)
commit9123d5ddfe1c701a47d034403d302d57acf3e8bb
treef6bb48bb14b9dad95792e54b68a35ed82e7e7040
parent13b5af22f39f5e7d952a4c98ffb7ea25053800c1
apply: make some parsing functions static again

Some parsing functions that were used in both "apply.c" and
"builtin/apply.c" are now only used in the former, so they
can be made static to "apply.c".

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