diff options
| author | Sergey Organov <sorganov@gmail.com> | 2021-05-21 00:46:57 +0300 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-05-21 09:24:13 +0900 |
| commit | 3ae7fe2b0f8528305bc871738dd12cde23024556 (patch) | |
| tree | 2ddf216b873dc1f1783a589d1db457e0c7f0a6de /t/t4013-diff-various.sh | |
| parent | faf16d4e97ed45e8e570a8d1d568449e948284f0 (diff) | |
| download | git-3ae7fe2b0f8528305bc871738dd12cde23024556.tar.gz | |
t4013: test "git diff-tree -m"
We want to ensure we don't affect plumbing commands with our changes
of "-m" semantics, so add corresponding test.
Signed-off-by: Sergey Organov <sorganov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013-diff-various.sh')
| -rwxr-xr-x | t/t4013-diff-various.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t4013-diff-various.sh b/t/t4013-diff-various.sh index e53ca7aa50..bdc23b1180 100755 --- a/t/t4013-diff-various.sh +++ b/t/t4013-diff-various.sh @@ -293,6 +293,7 @@ diff-tree --stat initial mode diff-tree --summary initial mode diff-tree master +diff-tree -m master diff-tree -p master diff-tree -p -m master diff-tree -c master |
