diff options
author | Christian Couder <christian.couder@gmail.com> | 2021-01-14 16:50:16 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-01-14 17:02:22 -0800 |
commit | 7c99bc23fcd69eeebf8a92263b5d90673c510a6a (patch) | |
tree | 5e582f9e9d3c4828da2b81181c2222e80fa7893c /version.h | |
parent | fetch-pack: refactor writing promisor file (diff) | |
download | tgif-7c99bc23fcd69eeebf8a92263b5d90673c510a6a.tar.xz |
pack-write: die on error in write_promisor_file()
write_promisor_file() already uses xfopen(), so it would die
if the file cannot be opened for writing. To be consistent
with this behavior and not overlook issues, let's also die if
there are errors when we are actually writing to the file.
Suggested-by: Jeff King <peff@peff.net>
Suggested-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'version.h')
0 files changed, 0 insertions, 0 deletions