diff options
author | Sergey Organov <sorganov@gmail.com> | 2021-05-20 23:46:56 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-05-21 02:24:13 +0200 |
commit | faf16d4e97ed45e8e570a8d1d568449e948284f0 (patch) | |
tree | 41168b5598adbd5d084ccec449de243574b2768a /t/t4013-diff-various.sh | |
parent | t4013: test "git log -m --raw" (diff) | |
download | git-faf16d4e97ed45e8e570a8d1d568449e948284f0.tar.xz git-faf16d4e97ed45e8e570a8d1d568449e948284f0.zip |
t4013: test "git log -m --stat"
This is to ensure we won't break different diff formats when we start
to imply "-p" by "-m".
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 1809355f9b..e53ca7aa50 100755 --- a/t/t4013-diff-various.sh +++ b/t/t4013-diff-various.sh @@ -338,6 +338,7 @@ log -m -p master log --cc -m -p master log -c -m -p master log -m --raw master +log -m --stat master log -SF master log -S F master log -SF -p master |