summaryrefslogtreecommitdiff
path: root/contrib/coccinelle
AgeCommit message (Expand)Author
2018-11-14commit-reach: prepare in_merge_bases[_many] to handle any repoStefan Beller
2018-11-14commit-reach: prepare get_merge_bases to handle any repoStefan Beller
2018-11-14commit: allow parse_commit* to handle any repoStefan Beller
2018-11-14object-store: prepare has_{sha1, object}_file to handle any repoStefan Beller
2018-11-14object-store: prepare read_object_file to deal with any repoStefan Beller
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-29coccinelle: use <...> for function exclusionJeff King
2018-07-16coccinelle: update commit.cocciDerrick Stolee
2018-05-02coccinelle: avoid wrong transformation suggestions from commit.cocciSZEDER Gábor
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee
2018-02-15Merge branch 'rs/cocci-strbuf-addf-to-addstr'Junio C Hamano
2018-02-02cocci: simplify check for trivial format stringsRené Scharfe
2018-01-19cocci: use format keyword instead of a literal stringRené Scharfe
2017-10-02coccinelle: remove parentheses that become unnecessaryRené Scharfe
2017-07-17add MOVE_ARRAYRené Scharfe
2017-06-29coccinelle: polish FREE_AND_NULL rulesRené Scharfe
2017-06-16coccinelle: add a rule to make "expression" code use FREE_AND_NULL()Ævar Arnfjörð Bjarmason
2017-06-16coccinelle: add a rule to make "type" code use FREE_AND_NULL()Ævar Arnfjörð Bjarmason
2017-03-10Merge branch 'rs/strbuf-add-real-path'Junio C Hamano
2017-02-27strbuf: add strbuf_add_real_path()René Scharfe
2017-02-27cocci: use ALLOC_ARRAYRené Scharfe
2017-02-16Merge branch 'rs/cocci-check-free-only-null'Junio C Hamano
2017-02-15Merge branch 'rs/swap'Junio C Hamano
2017-02-11cocci: detect useless free(3) callsRené Scharfe
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano
2017-01-30add SWAP macroRené Scharfe
2017-01-26abspath: add absolute_pathdup()René Scharfe
2016-11-01Merge branch 'rs/cocci'Junio C Hamano
2016-11-01cocci: avoid self-references in object_id transformationsRené Scharfe
2016-10-28Merge branch 'jc/cocci-xstrdup-or-null' into maintJunio C Hamano
2016-10-28Merge branch 'rs/cocci' into maintJunio C Hamano
2016-10-26Merge branch 'jc/cocci-xstrdup-or-null'Junio C Hamano
2016-10-17Merge branch 'rs/cocci'Junio C Hamano
2016-10-12cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano
2016-10-10Merge branch 'rs/qsort'Junio C Hamano
2016-10-10remove unnecessary NULL check before free(3)René Scharfe
2016-10-06Merge branch 'rs/cocci'Junio C Hamano
2016-10-03Merge branch 'rs/copy-array'Junio C Hamano
2016-10-03coccicheck: make transformation for strbuf_addf(sb, "...") more preciseRené Scharfe
2016-09-29remove unnecessary check before QSORTRené Scharfe
2016-09-29add QSORTRené Scharfe
2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe
2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe
2016-09-27gitignore: ignore output files of coccicheck make targetRené Scharfe
2016-09-25use COPY_ARRAYRené Scharfe
2016-09-15use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe
2016-09-15contrib/coccinelle: fix semantic patch for oid_to_hex_r()René Scharfe