summaryrefslogtreecommitdiff
path: root/contrib/coccinelle/object_id.cocci
AgeCommit message (Expand)AuthorFilesLines
2019-11-13hex: drop sha1_to_hex()Libravatar Jeff King1-15/+0
2019-11-11hex: drop sha1_to_hex_r()Libravatar Jeff King1-17/+0
2019-01-15cache: make oidcpy always copy GIT_MAX_RAWSZ bytesLibravatar brian m. carlson1-30/+0
2018-10-15object_id.cocci: match only expressions of type 'struct object_id'Libravatar SZEDER Gábor1-54/+63
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Libravatar Jeff King1-0/+9
2018-08-29convert "oidcmp() != 0" to "!oideq()"Libravatar Jeff King1-0/+6
2018-08-29convert "hashcmp() == 0" to hasheq()Libravatar Jeff King1-0/+9
2018-08-29convert "oidcmp() == 0" to oideq()Libravatar Jeff King1-0/+6
2018-08-29coccinelle: use <...> for function exclusionLibravatar Jeff King1-10/+10
2016-11-01cocci: avoid self-references in object_id transformationsLibravatar René Scharfe1-0/+15
2016-09-15contrib/coccinelle: fix semantic patch for oid_to_hex_r()Libravatar René Scharfe1-6/+6
2016-06-28contrib/coccinelle: add basic Coccinelle transformsLibravatar brian m. carlson1-0/+95