On Fri, Feb 5, 2016 at 3:57 AM, Nguyễn Thái Ngọc Duy <[email protected]> wrote:
> Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
> ---
> diff --git a/fetch-pack.c b/fetch-pack.c
> @@ -856,6 +864,8 @@ static struct ref *do_fetch_pack(struct fetch_pack_args 
> *args,
>                         fprintf(stderr, "Server supports ofs-delta\n");
>         } else
>                 prefer_ofs_delta = 0;
> +       if (args->resume_path && !server_supports("partial"))
> +               die(_("Server does not support resume capability\n"));

Drop "\n" from die() message.

>         if ((agent_feature = server_feature_value("agent", &agent_len))) {
>                 agent_supported = 1;
--
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