commit | 559e840b74dbbf39633aa68627937a5f7a6d4145 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sun Jul 20 16:13:05 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jul 20 17:17:09 2008 -0700 |
tree | 5d7104780be71a36cbccccd4de20c9363ee97a92 | |
parent | 7df1709c36ff93f56636ab11db612dedb0d2bed0 [diff] |
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>