Re: [PATCH v2 0/6] git-submodule.sh: convert part of cmd_update to C
From: Junio C Hamano <hidden> Date: 2018-07-18 21:57:05
Eric Sunshine [off-list ref] writes:
I did consider placing the range-diff before the diffstat, however,
what convinced me to position range-diff last was that the diffstat is
usually short and easy to skip over both visually and via scrolling,
whereas the range-diff often is long and noisy, thus more difficult to
skip for someone more interested in the diffstat.
I find that quite sensible, from a reader's point of view.