Re: function get_delta_base() is a file-local symbol

2018-08-11 Thread Christian Couder
Hi Ramsay and Peff, On Sun, Aug 12, 2018 at 3:16 AM, Jeff King wrote: > On Sun, Aug 12, 2018 at 01:30:02AM +0100, Ramsay Jones wrote: > >> My static-check.pl script has pinged me about the get_delta_base() >> symbol from packfile.[co]. The first patch from your 'cc/delta-islands' >> branch

Re: function get_delta_base() is a file-local symbol

2018-08-11 Thread Jeff King
On Sun, Aug 12, 2018 at 01:30:02AM +0100, Ramsay Jones wrote: > Hi Christian, > > My static-check.pl script has pinged me about the get_delta_base() > symbol from packfile.[co]. The first patch from your 'cc/delta-islands' > branch exports this symbol, saying that it will soon be called from >

function get_delta_base() is a file-local symbol

2018-08-11 Thread Ramsay Jones
Hi Christian, My static-check.pl script has pinged me about the get_delta_base() symbol from packfile.[co]. The first patch from your 'cc/delta-islands' branch exports this symbol, saying that it will soon be called from outside packfile.c. As far as I can tell, no other patch in that series adds