summaryrefslogtreecommitdiff
path: root/hex.c
AgeCommit message (Expand)Author
2018-07-16hex: switch to using the_hash_algobrian m. carlson
2017-11-01notes: move hex_to_bytes() to hex.c and export itRené Scharfe
2017-03-27Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson
2017-02-20hex: introduce parse_oid_hexbrian m. carlson
2016-10-26hex: make wraparound of the index into ring-buffer explicitRené Scharfe
2016-09-19Merge branch 'rs/hex2chr' into maintJunio C Hamano
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe
2016-06-28hex: add oid_to_hex_r()brian m. carlson
2015-09-25add reentrant variants of sha1_to_hex and find_unique_abbrevJeff King
2015-03-14define utility functions for object IDsbrian m. carlson
2015-03-05Merge branch 'sb/hex-object-name-is-at-most-41-bytes-long' into maintJunio C Hamano
2015-02-13hex.c: reduce memory footprint of sha1_to_hex static buffersStefan Beller
2011-10-05get_sha1_hex(): do not read past a NUL characterMichael Haggerty
2010-01-22slim down "git show-index"Linus Torvalds