Re: [PATCH v2 0/3] Clear flags before each v2 request

2018-10-18 Thread Junio C Hamano
Jonathan Tan writes: > Jonathan Tan (3): > upload-pack: make have_obj not global > upload-pack: make want_obj not global > upload-pack: clear flags before each v2 request It took a bit of time why 2/3 did not apply cleanly but it turns out this is based on a slightly older tip of 'master'

[PATCH v2 0/3] Clear flags before each v2 request

2018-10-18 Thread Jonathan Tan
To explain the differences in this version of the patch set, I'll quote an email [1] from Junio: [1] https://public-inbox.org/git/xmqq5zxzvnq1@gitster-ct.c.googlers.com/ > The change to the code itself sort-of makes sense (I say sort-of > because I didn't carefully look at the callers to see