Download raw body.
format log messages more efficiently
Stefan Sperling: > This repo exposes several problems in our code. The first one is that > asprintf() is called for every line while preparing a log message for > display, which causes many unnecessary temporary allocations. > > The patch below fixes this by rewriting got_object_commit_get_logmsg() > such that only one memory allocation is made when creating a pretty > version of a log message. ok naddy@ -- Christian "naddy" Weisgerber naddy@mips.inka.de
format log messages more efficiently