Replace all read_fd use with strbuf_read, and get rid of it.
commitfd17f5b5f77716bf90098c6e49e3cf7fd9f56306
authorPierre Habouzit <madcoder@debian.org>
Mon, 10 Sep 2007 10:35:09 +0000 (10 12:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Sep 2007 19:50:58 +0000 (10 12:50 -0700)
tree7b6ed050e8283c9fe80d0c8229281de4bed4dccf
parent635d043f30c60f5ec8121bd94304e529f90407c7
Replace all read_fd use with strbuf_read, and get rid of it.

  This brings builtin-stripspace, builtin-tag and mktag to use strbufs.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-stripspace.c
builtin-tag.c
cache.h
mktag.c
sha1_file.c