Age | Commit message (Expand) | Author | Files | Lines |
2019-01-29 | tests: avoid calling Perl just to determine file sizes | Johannes Schindelin | 1 | -1/+1 |
2018-07-16 | t1000-t1999: fix broken &&-chains | Eric Sunshine | 1 | -3/+3 |
2018-03-27 | t/helper: merge test-genrandom into test-tool | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2016-11-15 | compression: unify pack.compression configuration parsing | Junio C Hamano | 1 | -0/+29 |
2016-07-13 | fsck: use streaming interface for large blobs in pack | Nguyễn Thái Ngọc Duy | 1 | -4/+3 |
2015-01-14 | t1050-large: generate large files without dd | Johannes Sixt | 1 | -6/+6 |
2014-10-08 | Merge branch 'sp/stream-clean-filter' | Junio C Hamano | 1 | -1/+1 |
2014-08-28 | memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMIT | Steffen Prohaska | 1 | -1/+1 |
2014-08-18 | diff: shortcut for diff'ing two binary SHA-1 objects | Nguyễn Thái Ngọc Duy | 1 | -0/+10 |
2014-08-18 | diff --stat: mark any file larger than core.bigfilethreshold binary | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2014-08-18 | sha1_file.c: do not die failing to malloc in unpack_compressed_entry | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2014-04-29 | t1050-large.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -2/+2 |
2012-06-28 | Merge branch 'nd/stream-pack-objects' | Junio C Hamano | 1 | -0/+12 |
2012-05-29 | pack-objects: use streaming interface for reading large loose blobs | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
2012-05-23 | index-pack: use streaming interface on large blobs (most of the time) | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
2012-05-03 | archive-zip: streaming for deflated files | René Scharfe | 1 | -0/+4 |
2012-05-03 | archive-zip: streaming for stored files | René Scharfe | 1 | -0/+4 |
2012-05-03 | archive-tar: stream large blobs to tar file | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2012-03-07 | update-server-info: respect core.bigfilethreshold | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2012-03-07 | show: use streaming API for showing blobs | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2012-03-07 | cat-file: use streaming API to print blobs | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2012-03-07 | Add more large blob test cases | Nguyễn Thái Ngọc Duy | 1 | -2/+36 |
2011-12-01 | bulk-checkin: replace fast-import based implementation | Junio C Hamano | 1 | -9/+85 |
2011-05-13 | Bigfile: teach "git add" to send a large file straight to a pack | Junio C Hamano | 1 | -0/+27 |