]> git.99rst.org Git - git.git/commit
hash-object: add a >4GB/LLP64 test case using filtered input
authorPhilip Oakley <redacted>
Tue, 16 Jun 2026 14:49:57 +0000 (14:49 +0000)
committerJunio C Hamano <redacted>
Tue, 16 Jun 2026 16:02:33 +0000 (09:02 -0700)
commitd99e13d0bec75820f48924d3489394172b7a4be2
tree3a5b8949df8a8cc677de0e8700f6b0d8d1571a7e
parent2fefea368287f225c1b050453fe16149ab4eae8f
hash-object: add a >4GB/LLP64 test case using filtered input

To verify that the `clean` side of the `clean`/`smudge` filter code is
correct with regards to LLP64 (read: to ensure that `size_t` is used
instead of `unsigned long`), here is a test case using a trivial filter,
specifically _not_ writing anything to the object store to limit the
scope of the test case.

As in previous commits, the `big` file from previous test cases is
reused if available, to save setup time, otherwise re-generated.

Signed-off-by: Philip Oakley <redacted>
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t1007-hash-object.sh
git clone https://git.99rst.org/PROJECT