mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
da3e0752cd
Code cleanup. * jc/cocci-preincr: fsck: s/++i > 1/i++/ cocci: simplify "if (++u > 1)" to "if (u++)" |
||
---|---|---|
.. | ||
.gitignore | ||
array.cocci | ||
commit.cocci | ||
free.cocci | ||
object_id.cocci | ||
preincr.cocci | ||
qsort.cocci | ||
README | ||
strbuf.cocci | ||
swap.cocci | ||
xstrdup_or_null.cocci |
This directory provides examples of Coccinelle (http://coccinelle.lip6.fr/) semantic patches that might be useful to developers.