Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-08-29 | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 1 | -0/+9 |
2018-08-29 | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 1 | -0/+6 |
2018-08-29 | convert "hashcmp() == 0" to hasheq() | Jeff King | 1 | -0/+9 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -0/+6 |
2018-08-29 | coccinelle: use <...> for function exclusion | Jeff King | 1 | -10/+10 |
2016-11-01 | cocci: avoid self-references in object_id transformations | René Scharfe | 1 | -0/+15 |
2016-09-15 | contrib/coccinelle: fix semantic patch for oid_to_hex_r() | René Scharfe | 1 | -6/+6 |
2016-06-28 | contrib/coccinelle: add basic Coccinelle transforms | brian m. carlson | 1 | -0/+95 |