From: Junio C Hamano Date: Wed, 15 Aug 2018 22:08:25 +0000 (-0700) Subject: Merge branch 'sb/histogram-less-memory' X-Git-Tag: v2.19.0-rc0~73 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/57fbd8efb0ac6d85bde612eb06b9ff4415e21503?hp=-c Merge branch 'sb/histogram-less-memory' "git diff --histogram" had a bad memory usage pattern, which has been rearranged to reduce the peak usage. * sb/histogram-less-memory: xdiff/histogram: remove tail recursion xdiff/xhistogram: move index allocation into find_lcs xdiff/xhistogram: factor out memory cleanup into free_index() xdiff/xhistogram: pass arguments directly to fall_back_to_classic_diff --- 57fbd8efb0ac6d85bde612eb06b9ff4415e21503