setup_git_env: avoid blind fall-back to ".git"
[git] / contrib / coccinelle / free.cocci
1 @@
2 expression E;
3 @@
4 - if (E)
5   free(E);