summaryrefslogtreecommitdiff
path: root/contrib/coccinelle
Commit message (Expand)AuthorAgeFilesLines
* coccinelle: remove parentheses that become unnecessaryrs/cocci-de-paren-call-paramsRené Scharfe2017-10-021-5/+5
* add MOVE_ARRAYRené Scharfe2017-07-171-0/+17
* coccinelle: polish FREE_AND_NULL rulesrs/free-and-nullRené Scharfe2017-06-291-9/+1
* coccinelle: add a rule to make "expression" code use FREE_AND_NULL()Ævar Arnfjörð Bjarmason2017-06-161-0/+7
* coccinelle: add a rule to make "type" code use FREE_AND_NULL()Ævar Arnfjörð Bjarmason2017-06-161-0/+8
* Merge branch 'rs/strbuf-add-real-path'Junio C Hamano2017-03-102-0/+22
|\
| * strbuf: add strbuf_add_real_path()rs/strbuf-add-real-pathRené Scharfe2017-02-271-0/+6
| * cocci: use ALLOC_ARRAYRené Scharfe2017-02-271-0/+16
* | Merge branch 'rs/cocci-check-free-only-null'Junio C Hamano2017-02-161-0/+6
|\ \
| * | cocci: detect useless free(3) callsrs/cocci-check-free-only-nullRené Scharfe2017-02-111-0/+6
| |/
* | Merge branch 'rs/swap'Junio C Hamano2017-02-151-0/+28
|\ \
| * | add SWAP macroRené Scharfe2017-01-301-0/+28
| |/
* | Merge branch 'rs/absolute-pathdup'Junio C Hamano2017-02-021-0/+6
|\ \ | |/ |/|
| * abspath: add absolute_pathdup()René Scharfe2017-01-261-0/+6
* | Merge branch 'rs/cocci'Junio C Hamano2016-11-011-0/+15
|\ \ | |/
| * cocci: avoid self-references in object_id transformationsrs/cocciRené Scharfe2016-11-011-0/+15
| * Merge branch 'jc/cocci-xstrdup-or-null' into maintJunio C Hamano2016-10-281-0/+7
| |\
| * \ Merge branch 'rs/cocci' into maintJunio C Hamano2016-10-284-6/+52
| |\ \
* | \ \ Merge branch 'jc/cocci-xstrdup-or-null'Junio C Hamano2016-10-261-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | cocci: refactor common patterns to use xstrdup_or_null()jc/cocci-xstrdup-or-nullJunio C Hamano2016-10-121-0/+7
| |/ /
* | | Merge branch 'rs/cocci'Junio C Hamano2016-10-171-0/+5
|\ \ \ | | |/ | |/|
| * | remove unnecessary NULL check before free(3)René Scharfe2016-10-101-0/+5
* | | Merge branch 'rs/qsort'Junio C Hamano2016-10-101-0/+37
|\ \ \
| * | | remove unnecessary check before QSORTRené Scharfe2016-09-291-0/+18
| * | | add QSORTRené Scharfe2016-09-291-0/+19
* | | | Merge branch 'rs/cocci'Junio C Hamano2016-10-062-1/+37
|\ \ \ \ | | |/ / | |/| |
| * | | coccicheck: make transformation for strbuf_addf(sb, "...") more preciseRené Scharfe2016-10-031-3/+26
| * | | use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe2016-09-271-0/+6
| * | | use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe2016-09-271-0/+6
| * | | gitignore: ignore output files of coccicheck make targetRené Scharfe2016-09-271-0/+1
| |/ /
* | | Merge branch 'rs/copy-array'Junio C Hamano2016-10-031-0/+26
|\ \ \ | |/ / |/| / | |/
| * use COPY_ARRAYrs/copy-arrayRené Scharfe2016-09-251-0/+26
* | use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe2016-09-151-0/+5
* | contrib/coccinelle: fix semantic patch for oid_to_hex_r()René Scharfe2016-09-151-6/+6
|/
* contrib/coccinelle: add basic Coccinelle transformsbrian m. carlson2016-06-282-0/+97