]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mr/diff-hide-stat-wo-textual-change'
authorJunio C Hamano <gitster@pobox.com>
Thu, 3 Sep 2020 19:37:05 +0000 (12:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Sep 2020 19:37:05 +0000 (12:37 -0700)
commitb58e47a929ec3d3d5fe63f18ae9539ffe9051c51
tree65efc709d1267029d65ac5744028d61f6e50e965
parentb4100f366c1e5adf3a254cdc6f832aa1a4461053
parent1cf3d5db9bd11514465d3692216211315f0dc82c
Merge branch 'mr/diff-hide-stat-wo-textual-change'

"git diff --stat -w" showed 0-line changes for paths whose changes
were only whitespaces, which was not intuitive.  We now omit such
paths from the stat output.

* mr/diff-hide-stat-wo-textual-change:
  diff: teach --stat to ignore uninteresting modifications
diff.c