builtin/apply: move 'has_include' global into 'struct apply_state'
commit0c1138cbdbf7a82f8373077b77a1878f742a5222
authorChristian Couder <christian.couder@gmail.com>
Tue, 24 May 2016 08:11:08 +0000 (24 10:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Jun 2016 17:10:16 +0000 (1 10:10 -0700)
tree0bcdd86ea8222af21b1eacfa3769bb1556adfe4a
parent82f0dfca542e95b74ff967f10fb4247e11a2d9d9
builtin/apply: move 'has_include' global into 'struct apply_state'

To libify the apply functionality the 'has_include' variable should
not be static and global to the file. Let's move it into
'struct apply_state'.

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