Merge branch 'lt/diff-stat-show-0-lines'
commita4eab8f38ec174abe5eeab8649953460d80d634c
authorJunio C Hamano <gitster@pobox.com>
Thu, 29 Nov 2012 20:53:54 +0000 (29 12:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Nov 2012 20:53:54 +0000 (29 12:53 -0800)
tree1f2d2f50ceee4b45c5732841cc65d0bef95724aa
parent545492f0783f115ba2f9076471baf91d991337fe
parentde9095955c581a664d9ce568a1ae58a98484090e
Merge branch 'lt/diff-stat-show-0-lines'

"git diff --stat" miscounted the total number of changed lines when
binary files were involved and hidden beyond --stat-count.  It also
miscounted the total number of changed files when there were
unmerged paths.

* lt/diff-stat-show-0-lines:
  t4049: refocus tests
  diff --shortstat: do not count "unmerged" entries
  diff --stat: do not count "unmerged" entries
  diff --stat: move the "total count" logic to the last loop
  diff --stat: use "file" temporary variable to refer to data->files[i]
  diff --stat: status of unmodified pair in diff-q is not zero
  test: add failing tests for "diff --stat" to t4049
diff.c