Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
apply: move 'struct apply_state' to apply.h
author
Christian Couder
<christian.couder@gmail.com>
Mon, 8 Aug 2016 21:02:59 +0000
(23:02 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 11 Aug 2016 19:41:46 +0000
(12:41 -0700)
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>
raw
|
patch
| inline |
side by side
(from:
71501a7
)
No differences found