diff options
author | Jeff King <peff@peff.net> | 2016-07-08 05:09:34 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-08 09:47:29 -0700 |
commit | ef22318cff51244cd0047b11ee7accfded522782 (patch) | |
tree | d25d0a8f8d0f7ddc27350cea6d0e875cd377c8db /t/t7400-submodule-basic.sh | |
parent | branch: use non-gentle write_file for branch description (diff) | |
download | tgif-ef22318cff51244cd0047b11ee7accfded522782.tar.xz |
write_file: drop "gently" form
There are no callers left of write_file_gently(). Let's drop
it, as it doesn't seem likely for new callers to be added
(since its inception, the only callers who wanted the gentle
form generally just died immediately themselves, and have
since been converted).
While we're there, let's also drop the "int" return from
write_file, as it is never meaningful (in the non-gentle
form, we always either die or return 0).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7400-submodule-basic.sh')
0 files changed, 0 insertions, 0 deletions