diff options
author | Jeff King <peff@peff.net> | 2016-07-08 05:10:08 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-08 09:47:29 -0700 |
commit | ee861e0f78367ff0e94feeb42f721ef83ceec251 (patch) | |
tree | cd8b5a9aa1f345246ae1657bfe238df3a35705f8 /t/t9135 | |
parent | write_file: drop "gently" form (diff) | |
download | tgif-ee861e0f78367ff0e94feeb42f721ef83ceec251.tar.xz |
write_file: use xopen
This simplifies the code a tiny bit, and provides consistent
error messages with other users of xopen().
While we're here, let's also switch to using O_WRONLY. We
know we're only going to open/write/close the file, so
there's no point in asking for O_RDWR.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9135')
0 files changed, 0 insertions, 0 deletions