contrib / coccinelle / strbuf.coccion commit diff-lib: allow ita entries treated as "not yet exist in index" (425a28e)
   1@@
   2expression E1, E2;
   3@@
   4- strbuf_addf(E1, E2);
   5+ strbuf_addstr(E1, E2);