Hi Phillip, Le 18/06/2018 à 18:09, Phillip Wood a écrit : >> + if (get_oid(orig_head, &oid)) >> + die(_("%s: not a valid OID"), orig_head); > > If this code is going to live long-term in sequencer.c then it would be > better not to die, but return an error instead as it's part of libgit. > Right, I will fix this. Cheers, Alban