Re: [RFC/PATCH 5/5] fetch: fix regression with transport helpers

2019-06-04 Thread Junio C Hamano
Felipe Contreras writes: > Commit e198b3a740 changed the behavior of fetch with regards to tags. > Before, null oids where not ignored, now they are, regardless of whether > the refs have been explicitly cleared or not. > > e198b3a740 (fetch: replace string-list used as a look-up table with a

Re: [RFC/PATCH 5/5] fetch: fix regression with transport helpers

2019-06-04 Thread Jeff King
On Mon, Jun 03, 2019 at 09:13:30PM -0500, Felipe Contreras wrote: > Commit e198b3a740 changed the behavior of fetch with regards to tags. > Before, null oids where not ignored, now they are, regardless of whether > the refs have been explicitly cleared or not. > > e198b3a740 (fetch: replace str