On Sun, Nov 04, 2012 at 08:07:10AM +0100, Michael Haggerty wrote: > It makes for simpler code than strbuf_split(). Agreed. I wonder how useful the strbuf_split functions really are. Callers might care about splitting content in a strbuf, but in general, getting a list of strbufs out is just a hassle, and a string_list makes more sense. It's probably not worth spending time converting them unless we happen to be working in the area, though. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html