summaryrefslogtreecommitdiff
path: root/hex.c
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* hex.h: move some hex-related declarations from cache.hElijah Newren2023-02-231-1/+2
* hex: print objects using the hash algorithm memberbrian m. carlson2021-04-271-2/+2
* hex: default to the_hash_algo on zero algorithm valuebrian m. carlson2021-04-271-0/+7
* hash: set, copy, and use algo field in struct object_idbrian m. carlson2021-04-271-3/+6
* hex: add functions to parse hex object IDs in any algorithmbrian m. carlson2020-02-241-0/+22
* hex: introduce parsing variants taking hash algorithmsbrian m. carlson2020-02-241-7/+26
* hex: drop sha1_to_hex()Jeff King2019-11-131-5/+0
* hex: drop sha1_to_hex_r()Jeff King2019-11-111-5/+0
* 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 explicitrs/ring-buffer-wraparoundRené 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 characterrs/hex2chrRené 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 bufferssb/hex-object-name-is-at-most-41-bytes-longStefan 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