commit | 384f122b7c6dd2b52cc6029afee16560c38850ae | [log] [tgz] |
---|---|---|
author | Jim Meyering <jim@meyering.net> | Sun Jun 24 21:13:11 2007 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jun 26 21:49:44 2007 -0700 |
tree | 9598c14697f8c7ce04eb2816f98e34f743c4cd5d | |
parent | 91c8d5905c33e9d7c9014a1c6c7cec8eb86584df [diff] |
Don't ignore a pack-refs write failure Without this, if the size of refs_file at that point is ever an exact multiple of BUFSIZ, then an EIO or ENOSPC error on the final write would not be diagnosed. It's not worth worrying about EPIPE here. Although theoretically possible that someone kill this process with a manual SIGPIPE, it's not at all likely. Signed-off-by: Jim Meyering <jim@meyering.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>