summaryrefslogtreecommitdiff
path: root/hex.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-01notes: move hex_to_bytes() to hex.c and export itLibravatar René Scharfe1-0/+12
2017-03-26Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZLibravatar brian m. carlson1-1/+1
2017-02-20hex: introduce parse_oid_hexLibravatar brian m. carlson1-0/+8
2016-10-26hex: make wraparound of the index into ring-buffer explicitLibravatar René Scharfe1-1/+2
2016-09-19Merge branch 'rs/hex2chr' into maintLibravatar Junio C Hamano1-10/+2
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterLibravatar René Scharfe1-10/+2
2016-06-28hex: add oid_to_hex_r()Libravatar brian m. carlson1-0/+5
2015-09-25add reentrant variants of sha1_to_hex and find_unique_abbrevLibravatar Jeff King1-4/+9
2015-03-13define utility functions for object IDsLibravatar brian m. carlson1-3/+13
2015-03-05Merge branch 'sb/hex-object-name-is-at-most-41-bytes-long' into maintLibravatar Junio C Hamano1-1/+1
2015-02-13hex.c: reduce memory footprint of sha1_to_hex static buffersLibravatar Stefan Beller1-1/+1
2011-10-05get_sha1_hex(): do not read past a NUL characterLibravatar Michael Haggerty1-1/+9
2010-01-21slim down "git show-index"Libravatar Linus Torvalds1-0/+67