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

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