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.