]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/diff-cc-stat-fixes'
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2019 22:26:17 +0000 (14:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2019 22:26:17 +0000 (14:26 -0800)
commit5d2710bd3c706c3375991972b630f9419551f24e
tree8f50b388a223e1f63c8624fc9d4dfbc23f0b069d
parent5ad3550f026d7ea1b96e699fdf072b642e8a4b8b
parentdac03b5518a053e52ed7ee20925970728d3ae4c3
Merge branch 'jk/diff-cc-stat-fixes'

"git diff --color-moved --cc --stat -p" did not work well due to
funny interaction between a bug in color-moved and the rest, which
has been fixed.

* jk/diff-cc-stat-fixes:
  combine-diff: treat --dirstat like --stat
  combine-diff: treat --summary like --stat
  combine-diff: treat --shortstat like --stat
  combine-diff: factor out stat-format mask
  diff: clear emitted_symbols flag after use
  t4006: resurrect commented-out tests
combine-diff.c
diff.c