sha1-name.c: remove implicit dependency on the_index
[gitweb.git] / contrib / coccinelle / preincr.cocci
2018-10-30 Merge branch 'js/mingw-getcwd'
2018-10-30 Merge branch 'cb/khash-maybe-unused-function'
2018-10-30 Merge branch 'jc/cocci-preincr'
2018-10-24 cocci: simplify "if (++u > 1)" to "if (u++)"