aboutsummaryrefslogtreecommitdiff
path: root/contrib/coccinelle
Commit message (Expand)AuthorAge
* coccinelle: remove parentheses that become unnecessaryRené Scharfe2017-10-02
* add MOVE_ARRAYRené Scharfe2017-07-17
* coccinelle: polish FREE_AND_NULL rulesRené Scharfe2017-06-29
* coccinelle: add a rule to make "expression" code use FREE_AND_NULL()Ævar Arnfjörð Bjarmason2017-06-16
* coccinelle: add a rule to make "type" code use FREE_AND_NULL()Ævar Arnfjörð Bjarmason2017-06-16
* Merge branch 'rs/strbuf-add-real-path'Junio C Hamano2017-03-10
|\
| * strbuf: add strbuf_add_real_path()René Scharfe2017-02-27
| * cocci: use ALLOC_ARRAYRené Scharfe2017-02-27
* | Merge branch 'rs/cocci-check-free-only-null'Junio C Hamano2017-02-16
|\ \
| * | cocci: detect useless free(3) callsRené Scharfe2017-02-11
| |/
* | Merge branch 'rs/swap'Junio C Hamano2017-02-15
|\ \
| * | add SWAP macroRené Scharfe2017-01-30
| |/
* | Merge branch 'rs/absolute-pathdup'Junio C Hamano2017-02-02
|\ \ | |/ |/|
| * abspath: add absolute_pathdup()René Scharfe2017-01-26
* | Merge branch 'rs/cocci'Junio C Hamano2016-11-01
|\ \ | |/
| * cocci: avoid self-references in object_id transformationsRené Scharfe2016-11-01
| * Merge branch 'jc/cocci-xstrdup-or-null' into maintJunio C Hamano2016-10-28
| |\
| * \ Merge branch 'rs/cocci' into maintJunio C Hamano2016-10-28
| |\ \
* | \ \ Merge branch 'jc/cocci-xstrdup-or-null'Junio C Hamano2016-10-26
|\ \ \ \ | | |_|/ | |/| |
| * | | cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano2016-10-12
| |/ /
* | | Merge branch 'rs/cocci'Junio C Hamano2016-10-17
|\ \ \ | | |/ | |/|
| * | remove unnecessary NULL check before free(3)René Scharfe2016-10-10
* | | Merge branch 'rs/qsort'Junio C Hamano2016-10-10
|\ \ \
| * | | remove unnecessary check before QSORTRené Scharfe2016-09-29
| * | | add QSORTRené Scharfe2016-09-29
* | | | Merge branch 'rs/cocci'Junio C Hamano2016-10-06
|\ \ \ \ | | |/ / | |/| |
| * | | coccicheck: make transformation for strbuf_addf(sb, "...") more preciseRené Scharfe2016-10-03
| * | | use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe2016-09-27
| * | | use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe2016-09-27
| * | | gitignore: ignore output files of coccicheck make targetRené Scharfe2016-09-27
| |/ /
* | | Merge branch 'rs/copy-array'Junio C Hamano2016-10-03
|\ \ \ | |/ / |/| / | |/
| * use COPY_ARRAYRené Scharfe2016-09-25
* | use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe2016-09-15
* | contrib/coccinelle: fix semantic patch for oid_to_hex_r()René Scharfe2016-09-15
|/
* contrib/coccinelle: add basic Coccinelle transformsbrian m. carlson2016-06-28