summaryrefslogtreecommitdiff
path: root/contrib/coccinelle/object_id.cocci
AgeCommit message (Expand)Author
2019-01-15cache: make oidcpy always copy GIT_MAX_RAWSZ bytesbrian m. carlson
2018-10-15object_id.cocci: match only expressions of type 'struct object_id'SZEDER Gábor
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
2016-11-01cocci: avoid self-references in object_id transformationsRené Scharfe
2016-09-15contrib/coccinelle: fix semantic patch for oid_to_hex_r()René Scharfe
2016-06-28contrib/coccinelle: add basic Coccinelle transformsbrian m. carlson