commit | 6bf3b813486b4528feca39d599c256f662defc14 | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Sat Aug 16 10:08:05 2014 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Aug 18 10:16:45 2014 -0700 |
tree | af16bbb30e82a1beff126bb686d6d478c2f9eaa7 | |
parent | 8e5dd3d654ebb9e86e06b9ef5ca86bd6ebf44de1 [diff] |
diff --stat: mark any file larger than core.bigfilethreshold binary Too large files may lead to failure to allocate memory. If it happens here, it could impact quite a few commands that involve diff. Moreover, too large files are inefficient to compare anyway (and most likely non-text), so mark them binary and skip looking at their content. Noticed-by: Dale R. Worley <worley@alum.mit.edu> Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>