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

To libify the apply functionality the 'p_value_known' 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