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