summaryrefslogtreecommitdiffstats
path: root/hex.c
AgeCommit message (Expand)AuthorLines
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt-5/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-14global: ensure that object IDs are always paddedPatrick Steinhardt-1/+5
2023-09-29hex-ll: separate out non-hash-algo functionsCalvin Wan-47/+0
2023-07-24hex: retire get_sha1_hex()Junio C Hamano-1/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-0/+1
2023-02-23hex.h: move some hex-related declarations from cache.hElijah Newren-1/+2
2021-04-27hex: print objects using the hash algorithm memberbrian m. carlson-2/+2
2021-04-27hex: default to the_hash_algo on zero algorithm valuebrian m. carlson-0/+7
2021-04-27hash: set, copy, and use algo field in struct object_idbrian m. carlson-3/+6
2020-02-24hex: add functions to parse hex object IDs in any algorithmbrian m. carlson-0/+22
2020-02-24hex: introduce parsing variants taking hash algorithmsbrian m. carlson-7/+26
2019-11-13hex: drop sha1_to_hex()Jeff King-5/+0
2019-11-11hex: drop sha1_to_hex_r()Jeff King-5/+0
2018-11-14hex: introduce functions to print arbitrary hashesbrian m. carlson-7/+23
2018-07-16hex: switch to using the_hash_algobrian m. carlson-3/+3
2017-11-01notes: move hex_to_bytes() to hex.c and export itRené Scharfe-0/+12
2017-03-26Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson-1/+1
2017-02-20hex: introduce parse_oid_hexbrian m. carlson-0/+8
2016-10-26hex: make wraparound of the index into ring-buffer explicitRené Scharfe-1/+2
2016-09-19Merge branch 'rs/hex2chr' into maintJunio C Hamano-10/+2
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe-10/+2
2016-06-28hex: add oid_to_hex_r()brian m. carlson-0/+5
2015-09-25add reentrant variants of sha1_to_hex and find_unique_abbrevJeff King-4/+9
2015-03-13define utility functions for object IDsbrian m. carlson-3/+13
2015-03-05Merge branch 'sb/hex-object-name-is-at-most-41-bytes-long' into maintJunio C Hamano-1/+1
2015-02-13hex.c: reduce memory footprint of sha1_to_hex static buffersStefan Beller-1/+1
2011-10-05get_sha1_hex(): do not read past a NUL characterMichael Haggerty-1/+9
2010-01-21slim down "git show-index"Linus Torvalds-0/+67