Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-11-13 | hex: drop sha1_to_hex() | Jeff King | 1 | -15/+0 |
2019-11-11 | hex: drop sha1_to_hex_r() | Jeff King | 1 | -17/+0 |
2019-01-15 | cache: make oidcpy always copy GIT_MAX_RAWSZ bytes | brian m. carlson | 1 | -30/+0 |
2018-10-15 | object_id.cocci: match only expressions of type 'struct object_id' | SZEDER Gábor | 1 | -54/+63 |
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 |