X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=send-pack.c;h=3c6abaede73868fdd6d154fe29d0dc701bc0b63a;hb=944d858969e4e14adefdd8f21fac5c8ab45f83f7;hp=93674d8e4f037088926e6a558fafefa91b8eff96;hpb=d0efc8a71da1855c705fd2074b219bcb158b6dbd;p=git.git diff --git a/send-pack.c b/send-pack.c index 93674d8e..3c6abaed 100644 --- a/send-pack.c +++ b/send-pack.c @@ -108,6 +108,7 @@ static int pack_objects(int fd, struct ref *refs) * We don't wait for the rev-list pipeline in the parent: * we end up waiting for the other end instead */ + return 0; } static int read_ref(const char *ref, unsigned char *sha1)