Junio C Hamano <gitster@xxxxxxxxx> writes: > @@ -598,9 +597,9 @@ static int run_argv(int *argcp, const char ***argv) > */ > if (done_alias) > break; > + done_alias = 1; > if (!handle_alias(argcp, argv)) > break; > - done_alias = 1; > } > > return done_alias; This hunk shouldn't be there; it changes the return value from this function and breaks the whole thing. What I will push out as part of 'pu' will have this fixed. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html