Hi, Here's version 2 with a lot of improvements suggested by Junio. Especially patches #3, #4 and #6 have been updated. The other patches are unchanged, or have only received minor/trivial updates. Have fun! :) ...Johan Johan Herland (6): Add several testcases for --dirstat and friends Make --dirstat=0 output directories that contribute < 0.1% of changes Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-file Add config variable for specifying default --dirstat behavior Use floating point for --dirstat percentages New --dirstat=lines mode, doing dirstat analysis based on diffstat Documentation/config.txt | 44 ++ Documentation/diff-options.txt | 54 ++- diff.c | 183 ++++++++- diff.h | 3 +- t/t4046-diff-dirstat.sh | 908 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 1160 insertions(+), 32 deletions(-) create mode 100755 t/t4046-diff-dirstat.sh -- 1.7.5.rc1.3.g4d7b -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html