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