12 Commits (b524e896b64f90086d913eebccaff3cd76f96dee)

Author SHA1 Message Date
Jeff King b19f3fe9dd hex: drop sha1_to_hex() 5 years ago
Jeff King aa6d7f93ed hex: drop sha1_to_hex_r() 5 years ago
brian m. carlson 974e4a85e3 cache: make oidcpy always copy GIT_MAX_RAWSZ bytes 6 years ago
Jeff King 5d3679ee02 sha1-file: drop has_sha1_file() 6 years ago
Jeff King 98374a07c9 convert has_sha1_file() callers to has_object_file() 6 years ago
SZEDER Gábor 6afedba8c9 object_id.cocci: match only expressions of type 'struct object_id' 6 years ago
Jeff King 67947c34ae convert "hashcmp() != 0" to "!hasheq()" 6 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 6 years ago
Jeff King e3ff0683e2 convert "hashcmp() == 0" to hasheq() 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
Jeff King 4d168e742a coccinelle: use <...> for function exclusion 6 years ago
René Scharfe c2bb0c1d1e cocci: avoid self-references in object_id transformations 8 years ago
René Scharfe 76d156766f contrib/coccinelle: fix semantic patch for oid_to_hex_r() 8 years ago
brian m. carlson db1d80b8fa contrib/coccinelle: add basic Coccinelle transforms 9 years ago