]> git.ipfire.org Git - thirdparty/git.git/commit
hash-object: add another >4GB/LLP64 test case
authorPhilip Oakley <philipoakley@iee.email>
Tue, 16 Jun 2026 14:49:56 +0000 (14:49 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2026 16:02:33 +0000 (09:02 -0700)
commit2fefea368287f225c1b050453fe16149ab4eae8f
tree6bce94702c2956e9c2ded1a276ea680c44665a15
parent9729b5e2f209ff982cf536773bc223d149910968
hash-object: add another >4GB/LLP64 test case

To complement the `--stdin` and `--literally` test cases that verify
that we can hash files larger than 4GB on 64-bit platforms using the
LLP64 data model, here is a test case that exercises `hash-object`
_without_ any options.

Just as before, we use the `big` file from the previous test case if it
exists to save on setup time, otherwise generate it.

Signed-off-by: Philip Oakley <philipoakley@iee.email>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1007-hash-object.sh