On 30-08-2019 22:15, Junio C Hamano wrote: > Ben Wijen <ben@xxxxxxxxx> writes: > >> + >> struct commit *head = >> - lookup_commit_reference(the_repository, >> - &options.orig_head); >> + lookup_commit_reference(the_repository, &head_oid); > > This introduces decl-after-statement error, doesn't it? > > Perhaps like so... Would you like me to send in another patch or leave it like this?