Move read_in_full() and write_in_full() to wrapper.c
commit559e840b74dbbf39633aa68627937a5f7a6d4145
authorJunio C Hamano <gitster@pobox.com>
Sun, 20 Jul 2008 23:13:05 +0000 (20 16:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2008 00:17:09 +0000 (20 17:17 -0700)
tree5d7104780be71a36cbccccd4de20c9363ee97a92
parent7df1709c36ff93f56636ab11db612dedb0d2bed0
Move read_in_full() and write_in_full() to wrapper.c

A few compat/* layer functions call these functions, but we would really
want to keep them thin, without depending too much on the libgit proper.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
wrapper.c
write_or_die.c