aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1050-large.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt1-1/+2
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-14bulk-checkin: fix leaking state TODOPatrick Steinhardt1-0/+1
2022-11-09git_parse_unsigned: reject negative valuesPhillip Wood1-0/+6
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine1-2/+2
2021-12-13tests: apply modern idiom for exiting loop upon failureEric Sunshine1-18/+8
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine1-2/+2
2021-11-11object-file: fix SEGV on free() regression in v2.34.0-rc2Ævar Arnfjörð Bjarmason1-0/+8
2020-11-06tests: consolidate the `file_size` function into `test-lib-functions.sh`Johannes Schindelin1-7/+1
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-1/+0
2020-06-19t1050: pass algorithm to index-pack when outside repobrian m. carlson1-1/+3
2020-05-12t1050: match object ID paths in a hash-insensitive waybrian m. carlson1-1/+1
2020-02-24t1050: replace test -f with test_path_is_fileRasmus Jonsson1-4/+6
2019-11-10Fix spelling errors in names of testsElijah Newren1-3/+3
2019-01-29tests: avoid calling Perl just to determine file sizesJohannes Schindelin1-1/+1
2018-07-16t1000-t1999: fix broken &&-chainsEric Sunshine1-3/+3
2018-03-27t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy1-3/+3
2016-11-15compression: unify pack.compression configuration parsingJunio C Hamano1-0/+29
2016-07-13fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy1-4/+3
2015-01-14t1050-large: generate large files without ddJohannes Sixt1-6/+6
2014-10-08Merge branch 'sp/stream-clean-filter'Junio C Hamano1-1/+1
2014-08-28memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMITSteffen Prohaska1-1/+1
2014-08-18diff: shortcut for diff'ing two binary SHA-1 objectsNguyễn Thái Ngọc Duy1-0/+10
2014-08-18diff --stat: mark any file larger than core.bigfilethreshold binaryNguyễn Thái Ngọc Duy1-0/+4
2014-08-18sha1_file.c: do not die failing to malloc in unpack_compressed_entryNguyễn Thái Ngọc Duy1-0/+6
2014-04-29t1050-large.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2012-06-28Merge branch 'nd/stream-pack-objects'Junio C Hamano1-0/+12
2012-05-29pack-objects: use streaming interface for reading large loose blobsNguyễn Thái Ngọc Duy1-0/+12
2012-05-23index-pack: use streaming interface on large blobs (most of the time)Nguyễn Thái Ngọc Duy1-0/+5
2012-05-03archive-zip: streaming for deflated filesRené Scharfe1-0/+4
2012-05-03archive-zip: streaming for stored filesRené Scharfe1-0/+4
2012-05-03archive-tar: stream large blobs to tar fileNguyễn Thái Ngọc Duy1-0/+4
2012-03-07update-server-info: respect core.bigfilethresholdNguyễn Thái Ngọc Duy1-1/+1
2012-03-07show: use streaming API for showing blobsNguyễn Thái Ngọc Duy1-1/+1
2012-03-07cat-file: use streaming API to print blobsNguyễn Thái Ngọc Duy1-2/+2
2012-03-07Add more large blob test casesNguyễn Thái Ngọc Duy1-2/+36
2011-12-01bulk-checkin: replace fast-import based implementationJunio C Hamano1-9/+85
2011-05-13Bigfile: teach "git add" to send a large file straight to a packJunio C Hamano1-0/+27