builtin/apply: move 'max_change' and 'max_len' into 'struct apply_state'
commit1ffec303ab043c392e480d37df2b34e40f3d4bd0
authorChristian Couder <christian.couder@gmail.com>
Tue, 24 May 2016 08:11:19 +0000 (24 10:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Jun 2016 17:10:16 +0000 (1 10:10 -0700)
tree5271dc8138bdebd96a6b6b3efb71b180b4ca5c45
parent10a9ddba2c3478c8080acc1b2c83d75d09ee2492
builtin/apply: move 'max_change' and 'max_len' into 'struct apply_state'

To libify the apply functionality the 'max_change' and 'max_len'
variables should not be static and global to the file. Let's move
them 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