author | David Barr <david.barr@cordelta.com> | |
Mon, 21 Mar 2011 23:49:50 +0000 (10:49 +1100) | ||
committer | Jonathan Nieder <jrnieder@gmail.com> | |
Tue, 22 Mar 2011 21:41:36 +0000 (16:41 -0500) | ||
commit | dce33c9c18e2987da1fe8ade67d27057bcb80a67 | |
tree | 03a5a1a348ebf262695cf5fe9f42378783295e67 | tree | snapshot |
parent | c9d1c8ba059577e64fb2213cb0c5f3c4619c7519 | commit | diff |
vcs-svn: use strbuf for revision log
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>
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>
vcs-svn/svndump.c | diff | blob | history |