]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bc/sha1-256-interop-02' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Mar 2026 18:53:47 +0000 (10:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Mar 2026 18:53:47 +0000 (10:53 -0800)
commit99dc92c08e0cd7f9d2dfb4d09219c3007786a5cf
tree4251f1f5856b31c82a844dc943e19122eb605b23
parent872841220f6fa6fb337b4600d44f8db32b9ac95f
parentd49f23ae2f9def3c9065738bccbb9ca8dfb4b0f0
Merge branch 'bc/sha1-256-interop-02' into next

The code to maintain mapping between object names in multiple hash
functions is being added, written in Rust.

* bc/sha1-256-interop-02:
  object-file-convert: always make sure object ID algo is valid
  rust: add a small wrapper around the hashfile code
  rust: add a new binary object map format
  rust: add functionality to hash an object
  rust: add a build.rs script for tests
  rust: fix linking binaries with cargo
  hash: expose hash context functions to Rust
  write-or-die: add an fsync component for the object map
  csum-file: define hashwrite's count as a uint32_t
  rust: add additional helpers for ObjectID
  hash: add a function to look up hash algo structs
  rust: add a hash algorithm abstraction
  rust: add a ObjectID struct
  hash: use uint32_t for object_id algorithm
  conversion: don't crash when no destination algo
  repository: require Rust support for interoperability
Makefile
object-file-convert.c
repository.c
repository.h
t/t1006-cat-file.sh
t/test-lib.sh