]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bc/sha1-256-interop-02' into seen
authorJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:37 +0000 (10:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:37 +0000 (10:37 -0800)
commitf066276b1d46009e444e2f09a9d87fd96b952b05
treebb6087f43096d6bd8137bd2e9e55e0e91a3766ab
parentaa3cb8b96b1ab78c1064cb3f006b88986b96f110
parent68aace560b3ed2dba8ca36c34773e26c11b3adca
Merge branch 'bc/sha1-256-interop-02' into seen

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

Any progress on CI breakages???

* 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
  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
repository.c
repository.h
t/t1006-cat-file.sh
t/t1016-compatObjectFormat.sh
t/t9305-fast-import-signatures.sh
t/test-lib.sh