Felipe Contreras <[email protected]> writes:

> Otherwise they cannot know when to force the push or not (other than
> hacks).
>
> Tests-by: Richard Hansen <[email protected]>
> Documentation-by: Richard Hansen <[email protected]>
> Signed-off-by: Felipe Contreras <[email protected]>
> ---

Didn't we agree that this should be warn, not die?

> +     if (flags & TRANSPORT_PUSH_FORCE) {
> +             if (set_helper_option(transport, "force", "true") != 0)
> +                     die("helper %s does not support 'force'", data->name);
> +     }
> +
>       helper = get_helper(transport);
>  
>       write_constant(helper->in, "export\n");
--
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