aboutsummaryrefslogtreecommitdiff
path: root/t/t4013-diff-various.sh
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2009-02-19 12:13:37 +0100
committerJunio C Hamano <gitster@pobox.com>2009-02-20 00:02:48 -0800
commitf37bfb7a4d965e821591c98e66fe7a4e396377b5 (patch)
treeeb61c371e654d8fbc2253923f6bfbeb1fb620a2e /t/t4013-diff-various.sh
parent85569d7498f3933d96a7604512f8832c73127067 (diff)
downloadgit-f37bfb7a4d965e821591c98e66fe7a4e396377b5.tar.gz
git-f37bfb7a4d965e821591c98e66fe7a4e396377b5.tar.xz
Test diff --dirstat functionality
This is only a very rudimentary test, but it was untested before. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013-diff-various.sh')
-rwxr-xr-xt/t4013-diff-various.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t4013-diff-various.sh b/t/t4013-diff-various.sh
index aba53202f..f140b9cd4 100755
--- a/t/t4013-diff-various.sh
+++ b/t/t4013-diff-various.sh
@@ -263,6 +263,7 @@ diff --name-status dir2 dir
diff --no-index --name-status dir2 dir
diff --no-index --name-status -- dir2 dir
diff master master^ side
+diff --dirstat master~1 master~2
EOF
test_done