diff options
| author | Junio C Hamano <gitster@pobox.com> | 2017-10-03 15:42:49 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2017-10-03 15:42:49 +0900 |
| commit | 98c57ea6f00282ed6ab245cf6842972b07c5a6fd (patch) | |
| tree | e364f2bbdbb7bd84881173052ee8859784fc04ab /t/t4013/diff.diff-tree_--stat_initial_mode | |
| parent | Merge branch 'sb/test-submodule-update-config' (diff) | |
| parent | diff: correct newline in summary for renamed files (diff) | |
| download | git-98c57ea6f00282ed6ab245cf6842972b07c5a6fd.tar.gz git-98c57ea6f00282ed6ab245cf6842972b07c5a6fd.zip | |
Merge branch 'sb/diff-color-move'
The output from "git diff --summary" was broken in a recent topic
that has been merged to 'master' and lost a LF after reporting of
mode change. This has been fixed.
* sb/diff-color-move:
diff: correct newline in summary for renamed files
Diffstat (limited to 't/t4013/diff.diff-tree_--stat_initial_mode')
| -rw-r--r-- | t/t4013/diff.diff-tree_--stat_initial_mode | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t4013/diff.diff-tree_--stat_initial_mode b/t/t4013/diff.diff-tree_--stat_initial_mode new file mode 100644 index 0000000000..0e5943c2c6 --- /dev/null +++ b/t/t4013/diff.diff-tree_--stat_initial_mode @@ -0,0 +1,4 @@ +$ git diff-tree --stat initial mode + file0 | 0 + 1 file changed, 0 insertions(+), 0 deletions(-) +$ |
