On Fri, Jan 24, 2020 at 12:03 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> writes: > > > @@ -746,6 +769,26 @@ static int mv(int argc, const char **argv) > > die(_("creating '%s' failed"), buf.buf); > > } > > string_list_clear(&remote_branches, 1); > > + > > + struct push_default_info push_default; > > Likewise. decl-after-stmt is not allowed. thanks. Its time for a re-roll. Bert