summaryrefslogtreecommitdiff
path: root/t/t1050-large.sh
Commit message (Expand)AuthorAgeFilesLines
* git_parse_unsigned: reject negative valuesPhillip Wood2022-11-091-0/+6
* t0000-t3999: detect and signal failure within loopEric Sunshine2021-12-131-2/+2
* tests: apply modern idiom for exiting loop upon failureEric Sunshine2021-12-131-18/+8
* tests: fix broken &&-chains in compound statementsEric Sunshine2021-12-131-2/+2
* object-file: fix SEGV on free() regression in v2.34.0-rc2Ævar Arnfjörð Bjarmason2021-11-111-0/+8
* tests: consolidate the `file_size` function into `test-lib-functions.sh`Johannes Schindelin2020-11-061-7/+1
* t: remove test_oid_init in testsbrian m. carlson2020-07-301-1/+0
* t1050: pass algorithm to index-pack when outside repobrian m. carlson2020-06-191-1/+3
* t1050: match object ID paths in a hash-insensitive waybrian m. carlson2020-05-121-1/+1
* t1050: replace test -f with test_path_is_fileRasmus Jonsson2020-02-241-4/+6
* Fix spelling errors in names of testsElijah Newren2019-11-101-3/+3
* tests: avoid calling Perl just to determine file sizesJohannes Schindelin2019-01-291-1/+1
* t1000-t1999: fix broken &&-chainsEric Sunshine2018-07-161-3/+3
* t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy2018-03-271-3/+3
* compression: unify pack.compression configuration parsingjc/compression-configJunio C Hamano2016-11-151-0/+29
* fsck: use streaming interface for large blobs in packnd/pack-ofs-4gb-limitNguyễn Thái Ngọc Duy2016-07-131-4/+3
* t1050-large: generate large files without ddjs/t1050Johannes Sixt2015-01-141-6/+6
* Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-081-1/+1
|\
| * memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMITSteffen Prohaska2014-08-281-1/+1
* | diff: shortcut for diff'ing two binary SHA-1 objectsnd/large-blobsNguyễn Thái Ngọc Duy2014-08-181-0/+10
* | diff --stat: mark any file larger than core.bigfilethreshold binaryNguyễn Thái Ngọc Duy2014-08-181-0/+4
* | sha1_file.c: do not die failing to malloc in unpack_compressed_entryNguyễn Thái Ngọc Duy2014-08-181-0/+6
|/
* t1050-large.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-2/+2
* Merge branch 'nd/stream-pack-objects'Junio C Hamano2012-06-281-0/+12
|\
| * pack-objects: use streaming interface for reading large loose blobsNguyễn Thái Ngọc Duy2012-05-291-0/+12
* | index-pack: use streaming interface on large blobs (most of the time)Nguyễn Thái Ngọc Duy2012-05-231-0/+5
|/
* archive-zip: streaming for deflated filesRené Scharfe2012-05-031-0/+4
* archive-zip: streaming for stored filesRené Scharfe2012-05-031-0/+4
* archive-tar: stream large blobs to tar fileNguyễn Thái Ngọc Duy2012-05-031-0/+4
* update-server-info: respect core.bigfilethresholdnd/stream-moreNguyễn Thái Ngọc Duy2012-03-071-1/+1
* show: use streaming API for showing blobsNguyễn Thái Ngọc Duy2012-03-071-1/+1
* cat-file: use streaming API to print blobsNguyễn Thái Ngọc Duy2012-03-071-2/+2
* Add more large blob test casesNguyễn Thái Ngọc Duy2012-03-071-2/+36
* bulk-checkin: replace fast-import based implementationjc/stream-to-packJunio C Hamano2011-12-011-9/+85
* Bigfile: teach "git add" to send a large file straight to a packJunio C Hamano2011-05-131-0/+27