]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fetch-pack.c
make the sender advertise shallow commits to the receiver
[thirdparty/git.git] / fetch-pack.c
index a0e0350ae6bdf338b3c11c21fc050edb60c88569..1042448fa0b321e8826f0fdb69c89810c731cf5d 100644 (file)
@@ -747,6 +747,10 @@ static int get_pack(struct fetch_pack_args *args,
                close(cmd.out);
        }
 
+       if (!use_sideband)
+               /* Closed by start_command() */
+               xd[0] = -1;
+
        ret = finish_command(&cmd);
        if (!ret || (args->check_self_contained_and_connected && ret == 1))
                args->self_contained_and_connected =