From: Christian Couder Date: Mon, 8 Aug 2016 21:02:59 +0000 (+0200) Subject: apply: move 'struct apply_state' to apply.h X-Git-Tag: v2.14.0-rc0~29^2~29 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/71501a71d0431ade410afa618adf55806e1f5f11?hp=71501a71d0431ade410afa618adf55806e1f5f11 apply: move 'struct apply_state' to apply.h To libify `git apply` functionality we must make 'struct apply_state' usable outside "builtin/apply.c". Let's do that by creating a new "apply.h" and moving 'struct apply_state' there. Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano ---