summaryrefslogtreecommitdiffstats
path: root/hex.c
Commit message (Expand)AuthorAgeFilesLines
* hex: introduce functions to print arbitrary hashesbrian m. carlson2018-11-141-7/+23
* hex: switch to using the_hash_algobrian m. carlson2018-07-161-3/+3
* notes: move hex_to_bytes() to hex.c and export itRené Scharfe2017-11-011-0/+12
* Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-261-1/+1
* hex: introduce parse_oid_hexbrian m. carlson2017-02-201-0/+8
* hex: make wraparound of the index into ring-buffer explicitRené Scharfe2016-10-261-1/+2
* Merge branch 'rs/hex2chr' into maintJunio C Hamano2016-09-191-10/+2
|\
| * introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe2016-09-071-10/+2
* | hex: add oid_to_hex_r()brian m. carlson2016-06-281-0/+5
|/
* add reentrant variants of sha1_to_hex and find_unique_abbrevJeff King2015-09-251-4/+9
* define utility functions for object IDsbrian m. carlson2015-03-131-3/+13
* Merge branch 'sb/hex-object-name-is-at-most-41-bytes-long' into maintJunio C Hamano2015-03-051-1/+1
|\
| * hex.c: reduce memory footprint of sha1_to_hex static buffersStefan Beller2015-02-131-1/+1
* | get_sha1_hex(): do not read past a NUL characterMichael Haggerty2011-10-051-1/+9
|/
* slim down "git show-index"Linus Torvalds2010-01-211-0/+67