1
0
mirror of https://github.com/git/git.git synced 2024-10-01 02:32:27 +02:00
git/contrib/coccinelle
Junio C Hamano cd27bc7a0b Merge branch 'rs/strbuf-add-real-path' into maint
An helper function to make it easier to append the result from
real_path() to a strbuf has been added.

* rs/strbuf-add-real-path:
  strbuf: add strbuf_add_real_path()
  cocci: use ALLOC_ARRAY
2017-03-28 13:52:19 -07:00
..
.gitignore
array.cocci
free.cocci
object_id.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.