diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-01 22:02:17 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-01 22:02:17 -0700 |
commit | b319b02e2a75bfe71829cfe1506b86ec7644987d (patch) | |
tree | 4cc45459e3f2c0ccad94fe44f4c09ea220555adf /t/t4013-diff-various.sh | |
parent | d410e43b35a8044472606a7e7018aa64d96a5f0f (diff) | |
download | git-b319b02e2a75bfe71829cfe1506b86ec7644987d.tar.gz |
t4013: add "diff" UI program tests.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t4013-diff-various.sh')
-rwxr-xr-x | t/t4013-diff-various.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/t/t4013-diff-various.sh b/t/t4013-diff-various.sh index f4f3c3a56d..1d2f7f9f7d 100755 --- a/t/t4013-diff-various.sh +++ b/t/t4013-diff-various.sh @@ -227,6 +227,15 @@ format-patch --attach --stdout initial..side format-patch --attach --stdout initial..master^ format-patch --attach --stdout initial..master +diff --abbrev initial..side +diff -r initial..side +diff --stat initial..side +diff -r --stat initial..side +diff initial..side +diff --patch-with-stat initial..side +diff --patch-with-raw initial..side +diff --patch-with-stat -r initial..side +diff --patch-with-raw -r initial..side EOF test_done |