vcs-svn: use strbuf for revision log
authorDavid Barr <david.barr@cordelta.com>
Mon, 21 Mar 2011 23:49:50 +0000 (10:49 +1100)
committerJonathan Nieder <jrnieder@gmail.com>
Tue, 22 Mar 2011 21:41:36 +0000 (16:41 -0500)
obj_pool is overkill for this application: all that is needed is a
buffer that can resize from rev to rev to accomodate differently-sized
strings. In the spirit of commit deadcef4 (2010-11-06), use a strbuf
instead.

This is a small step towards removing dependence on obj_pool.h.

Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
No differences found