]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanup
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Jan 2025 18:05:46 +0000 (10:05 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Jan 2025 18:05:46 +0000 (10:05 -0800)
commit0cbcba54550b1ea108e977c24b835e07b96b1c0e
tree6cb525c7fdb38ee631d741c2f32bcaf2fffa5f07
parent3b0d05c4a79d0e441283680a864529b02dca5f08
parent04292c3796bb92664f6111326215d9c060ef71c8
Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanup

* tb/unsafe-hash-cleanup:
  hash.h: drop unsafe_ function variants
  csum-file: introduce hashfile_checkpoint_init()
  t/helper/test-hash.c: use unsafe_hash_algo()
  csum-file.c: use unsafe_hash_algo()
  hash.h: introduce `unsafe_hash_algo()`
  csum-file.c: extract algop from hashfile_checksum_valid()
  csum-file: store the hash algorithm as a struct field
  t/helper/test-tool: implement sha1-unsafe helper
builtin/fast-import.c
bulk-checkin.c
object-file.c
t/helper/test-tool.c
t/helper/test-tool.h