]> git.ipfire.org Git - thirdparty/git.git/blobdiff - index-pack.c
Heavily expanded update hook to send more useful emails than the old hook
[thirdparty/git.git] / index-pack.c
index 8d10d6ba243ee99d698ddbb7651a10422cc5c9ba..72e0962415d74c856917f6bb56e6fa2fea950c25 100644 (file)
@@ -814,7 +814,7 @@ static void final(const char *final_pack_name, const char *curr_pack_name,
                char buf[48];
                int len = snprintf(buf, sizeof(buf), "%s\t%s\n",
                                   report, sha1_to_hex(sha1));
-               write_in_full(1, buf, len);
+               write_or_die(1, buf, len);
 
                /*
                 * Let's just mimic git-unpack-objects here and write