summaryrefslogtreecommitdiff
path: root/apply.h
AgeCommit message (Collapse)AuthorFilesLines
2016-08-11apply: move 'struct apply_state' to apply.hLibravatar Christian Couder1-0/+100
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 <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>