1
0
mirror of https://github.com/git/git.git synced 2024-09-22 17:10:55 +02:00
git/contrib/coccinelle
Derrick Stolee b18ef13a3f coccinelle: update commit.cocci
A recent patch series renamed the get_commit_tree_from_graph method but
forgot to update the coccinelle script that exempted it from rules
regarding accesses to 'maybe_tree'. This fixes that oversight to bring
the coccinelle scripts back to a good state.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-07-16 10:54:31 -07:00
..
.gitignore
array.cocci
commit.cocci coccinelle: update commit.cocci 2018-07-16 10:54:31 -07:00
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.