write_file: drop "gently" form
commitef22318cff51244cd0047b11ee7accfded522782
authorJeff King <peff@peff.net>
Fri, 8 Jul 2016 09:09:34 +0000 (8 05:09 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Jul 2016 16:47:29 +0000 (8 09:47 -0700)
treed25d0a8f8d0f7ddc27350cea6d0e875cd377c8db
parent3d75bba28d8665ec43f1faffce38d5817c77ebe8
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>
cache.h
wrapper.c