From: Junio C Hamano Date: Fri, 27 Feb 2026 23:16:30 +0000 (-0800) Subject: Merge branch 'ps/fsck-stream-from-the-right-object-instance' into next X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b378558c1a549f6e8270fe4746031d87aeab5d93;p=thirdparty%2Fgit.git Merge branch 'ps/fsck-stream-from-the-right-object-instance' into next "fsck" iterates over packfiles and its access to pack data caused the list to be permuted, which caused it to loop forever; the code to access pack data by "fsck" has been updated to avoid this. * ps/fsck-stream-from-the-right-object-instance: pack-check: fix verification of large objects packfile: expose function to read object stream for an offset object-file: adapt `stream_object_signature()` to take a stream t/helper: improve "genrandom" test helper --- b378558c1a549f6e8270fe4746031d87aeab5d93