Skip to content
  • Jeff King's avatar
    write_file: drop "gently" form · ef22318c
    Jeff King authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    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: default avatarJeff King <peff@peff.net>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    ef22318c