Hi Junio, On 30-08-2019 22:16, Junio C Hamano wrote: > Ben Wijen <ben@xxxxxxxxx> writes: > >> - struct object_id head_oid; >> - if (get_oid("HEAD", &head_oid)) { >> - ret = error(_("could not determine HEAD revision")); > > I think we saw die() in the previous one. This patch would not > apply on top of the result of applying 1/2. Yes, my fault, sorry about that... > > I'll tentatively queue this instead on top of the corrected 1/2. Your patch is indeed correct. Thank you! > > Thanks. >