contrib / coccinelle / strbuf.coccion commit Merge branch 'ep/doc-check-ref-format-example' (2a1f3fe)
   1@@
   2expression E1, E2;
   3@@
   4- strbuf_addf(E1, E2);
   5+ strbuf_addstr(E1, E2);