Merge branch 'nd/stream-more'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2012 05:50:38 +0000 (22:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2012 05:50:39 +0000 (22:50 -0700)
Use API to read blob data in smaller chunks in more places to reduce the
memory footprint.

By Nguyễn Thái Ngọc Duy (6) and Junio C Hamano (1)
* nd/stream-more:
update-server-info: respect core.bigfilethreshold
fsck: use streaming API for writing lost-found blobs
show: use streaming API for showing blobs
parse_object: avoid putting whole blob in core
cat-file: use streaming API to print blobs
Add more large blob test cases
streaming: make streaming-write-entry to be more reusable

1  2 
builtin/log.c
diff --cc builtin/log.c
Simple merge