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

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