index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
coccinelle
/
strbuf.cocci
blob: 7932d48cdf4a909e929dd601712f46a815e0c671 (
plain
)
1
2
3
4
5
@@
expression E1, E2;
@@
- strbuf_addf(E1, E2);
+ strbuf_addstr(E1, E2);