Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2019-06-29 01:59:22 +0300
committerJunio C Hamano <gitster@pobox.com>2019-07-01 23:28:18 +0300
commit0b78a1b22a4461b1909b0716d1572d2119d1c450 (patch)
tree810c4f930a4ed6f1eb8e3c82ea867d02c7dccd0e /t/t5000/huge-object
parent8de6b383c15a527c222688161156eb5c5acfecc4 (diff)
t5000: make hash independent
This test uses a stub of a very large (64 GB) object to test our generation of tar archives. In doing so, it uses the object ID of the object so it can insert it into the database properly. Look up these values using test_oid. Restructure the test slightly to use test_oid_in_path. Since we care about the object, not how it is named in a particular hash algorithm, rename it to "huge-object", which is shorter and more descriptive. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5000/huge-object')
-rw-r--r--t/t5000/huge-objectbin0 -> 2048 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/t/t5000/huge-object b/t/t5000/huge-object
new file mode 100644
index 0000000000..5cbe9ec312
--- /dev/null
+++ b/t/t5000/huge-object
Binary files differ