author | Brandon Casey <drafnel@gmail.com> | |
Wed, 5 Aug 2009 03:31:57 +0000 (22:31 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 5 Aug 2009 19:13:57 +0000 (12:13 -0700) | ||
commit | c8f373a5ce8be2b85da25f1e3b1ef9056ecca4a6 | |
tree | 6c3a5e6895c633da8f4be875a785d64524cf04d5 | tree | snapshot |
parent | c7e4f0d78aaac33d5e3cec54cddd40439e77d16c | commit | diff |
builtin-mailinfo,builtin-mailsplit: use strbufs
There should be no functional change. Just the necessary changes and
simplifications associated with calling strbuf_getwholeline() rather
than an internal function or fgets.
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
There should be no functional change. Just the necessary changes and
simplifications associated with calling strbuf_getwholeline() rather
than an internal function or fgets.
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-mailinfo.c | diff | blob | history | |
builtin-mailsplit.c | diff | blob | history |