Age | Commit message (Expand) | Author | Files | Lines |
2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 1 | -5/+2 |
2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
2024-06-14 | global: ensure that object IDs are always padded | Patrick Steinhardt | 1 | -1/+5 |
2023-09-29 | hex-ll: separate out non-hash-algo functions | Calvin Wan | 1 | -47/+0 |
2023-07-24 | hex: retire get_sha1_hex() | Junio C Hamano | 1 | -1/+1 |
2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
2023-02-23 | hex.h: move some hex-related declarations from cache.h | Elijah Newren | 1 | -1/+2 |
2021-04-27 | hex: print objects using the hash algorithm member | brian m. carlson | 1 | -2/+2 |
2021-04-27 | hex: default to the_hash_algo on zero algorithm value | brian m. carlson | 1 | -0/+7 |
2021-04-27 | hash: set, copy, and use algo field in struct object_id | brian m. carlson | 1 | -3/+6 |
2020-02-24 | hex: add functions to parse hex object IDs in any algorithm | brian m. carlson | 1 | -0/+22 |
2020-02-24 | hex: introduce parsing variants taking hash algorithms | brian m. carlson | 1 | -7/+26 |
2019-11-13 | hex: drop sha1_to_hex() | Jeff King | 1 | -5/+0 |
2019-11-11 | hex: drop sha1_to_hex_r() | Jeff King | 1 | -5/+0 |
2018-11-14 | hex: introduce functions to print arbitrary hashes | brian m. carlson | 1 | -7/+23 |
2018-07-16 | hex: switch to using the_hash_algo | brian m. carlson | 1 | -3/+3 |
2017-11-01 | notes: move hex_to_bytes() to hex.c and export it | René Scharfe | 1 | -0/+12 |
2017-03-26 | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ | brian m. carlson | 1 | -1/+1 |
2017-02-20 | hex: introduce parse_oid_hex | brian m. carlson | 1 | -0/+8 |
2016-10-26 | hex: make wraparound of the index into ring-buffer explicit | René Scharfe | 1 | -1/+2 |
2016-09-19 | Merge branch 'rs/hex2chr' into maint | Junio C Hamano | 1 | -10/+2 |
2016-09-07 | introduce hex2chr() for converting two hexadecimal digits to a character | René Scharfe | 1 | -10/+2 |
2016-06-28 | hex: add oid_to_hex_r() | brian m. carlson | 1 | -0/+5 |
2015-09-25 | add reentrant variants of sha1_to_hex and find_unique_abbrev | Jeff King | 1 | -4/+9 |
2015-03-13 | define utility functions for object IDs | brian m. carlson | 1 | -3/+13 |
2015-03-05 | Merge branch 'sb/hex-object-name-is-at-most-41-bytes-long' into maint | Junio C Hamano | 1 | -1/+1 |
2015-02-13 | hex.c: reduce memory footprint of sha1_to_hex static buffers | Stefan Beller | 1 | -1/+1 |
2011-10-05 | get_sha1_hex(): do not read past a NUL character | Michael Haggerty | 1 | -1/+9 |
2010-01-21 | slim down "git show-index" | Linus Torvalds | 1 | -0/+67 |