contrib / coccinelle / strbuf.coccion commit Merge branch 'pb/rev-list-reverse-with-count' (8f0e543)
   1@@
   2expression E1, E2;
   3@@
   4- strbuf_addf(E1, E2);
   5+ strbuf_addstr(E1, E2);