]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/hash-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Feb 2025 18:18:30 +0000 (10:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Feb 2025 18:18:31 +0000 (10:18 -0800)
commit246569bf83f2a586268d26559c7d6ea54c9316b6
tree29bdf8fd459a337adef85012b88d6ed71830a147
parent0ca6b46d7ca17988da3b7292097e5608be81abad
parent0578f1e66aa381356bfe2f53decf3864d88d23d3
Merge branch 'ps/hash-cleanup'

Further code clean-up on the use of hash functions.  Now the
context object knows what hash function it is working with.

* ps/hash-cleanup:
  global: adapt callers to use generic hash context helpers
  hash: provide generic wrappers to update hash contexts
  hash: stop typedeffing the hash context
  hash: convert hashing context to a structure
builtin/fast-import.c
builtin/index-pack.c
builtin/receive-pack.c
bulk-checkin.c
csum-file.c
diff.h
pack-write.c