aboutsummaryrefslogtreecommitdiff
path: root/hex.c
Commit message (Expand)AuthorAge
* notes: move hex_to_bytes() to hex.c and export itRené Scharfe2017-11-01
* Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-26
* hex: introduce parse_oid_hexbrian m. carlson2017-02-20
* hex: make wraparound of the index into ring-buffer explicitRené Scharfe2016-10-26
* Merge branch 'rs/hex2chr' into maintJunio C Hamano2016-09-19
|\
| * introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe2016-09-07
* | hex: add oid_to_hex_r()brian m. carlson2016-06-28
|/
* add reentrant variants of sha1_to_hex and find_unique_abbrevJeff King2015-09-25
* define utility functions for object IDsbrian m. carlson2015-03-13
* Merge branch 'sb/hex-object-name-is-at-most-41-bytes-long' into maintJunio C Hamano2015-03-05
|\
| * hex.c: reduce memory footprint of sha1_to_hex static buffersStefan Beller2015-02-13
* | get_sha1_hex(): do not read past a NUL characterMichael Haggerty2011-10-05
|/
* slim down "git show-index"Linus Torvalds2010-01-21