1. d88e810 hex-ll: separate out non-hash-algo functions by Calvin Wan · 1 year, 5 months ago
  2. 08e5fb1 hex: retire get_sha1_hex() by Junio C Hamano · 1 year, 8 months ago
  3. d1cbe1e hash-ll.h: split out of hash.h to remove dependency on repository.h by Elijah Newren · 1 year, 11 months ago
  4. b73ecb4 hex.h: move some hex-related declarations from cache.h by Elijah Newren · 2 years, 1 month ago
  5. 3dd7146 hex: print objects using the hash algorithm member by brian m. carlson · 3 years, 11 months ago
  6. b8505ec hex: default to the_hash_algo on zero algorithm value by brian m. carlson · 3 years, 11 months ago
  7. 5a6dce7 hash: set, copy, and use algo field in struct object_id by brian m. carlson · 3 years, 11 months ago
  8. 61e2a70 hex: add functions to parse hex object IDs in any algorithm by brian m. carlson · 5 years ago
  9. dadacf1 hex: introduce parsing variants taking hash algorithms by brian m. carlson · 5 years ago
  10. b19f3fe hex: drop sha1_to_hex() by Jeff King · 5 years ago
  11. aa6d7f9 hex: drop sha1_to_hex_r() by Jeff King · 5 years ago
  12. 47edb64 hex: introduce functions to print arbitrary hashes by brian m. carlson · 6 years ago
  13. d9cd734 hex: switch to using the_hash_algo by brian m. carlson · 7 years ago
  14. 0ec2186 notes: move hex_to_bytes() to hex.c and export it by René Scharfe · 7 years ago
  15. dc01505 Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ by brian m. carlson · 8 years ago
  16. 605f430 hex: introduce parse_oid_hex by brian m. carlson · 8 years ago
  17. bb84735 hex: make wraparound of the index into ring-buffer explicit by René Scharfe · 8 years ago
  18. c3befae Merge branch 'rs/hex2chr' into maint by Junio C Hamano · 8 years ago
  19. d233097 introduce hex2chr() for converting two hexadecimal digits to a character by René Scharfe · 9 years ago
  20. 55c529a hex: add oid_to_hex_r() by brian m. carlson · 9 years ago
  21. af49c6d add reentrant variants of sha1_to_hex and find_unique_abbrev by Jeff King · 9 years ago
  22. aa1c6fd define utility functions for object IDs by brian m. carlson · 10 years ago
  23. 552f699 Merge branch 'sb/hex-object-name-is-at-most-41-bytes-long' into maint by Junio C Hamano · 10 years ago
  24. 0b868f0 hex.c: reduce memory footprint of sha1_to_hex static buffers by Stefan Beller · 10 years ago
  25. d4e85a1 get_sha1_hex(): do not read past a NUL character by Michael Haggerty · 13 years ago
  26. a503121 slim down "git show-index" by Linus Torvalds · 15 years ago