Junio C Hamano <[email protected]> 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to