Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2009-02-19 14:13:37 +0300
committerJunio C Hamano <gitster@pobox.com>2009-02-20 11:02:48 +0300
commitf37bfb7a4d965e821591c98e66fe7a4e396377b5 (patch)
treeeb61c371e654d8fbc2253923f6bfbeb1fb620a2e /t/t4013-diff-various.sh
parent85569d7498f3933d96a7604512f8832c73127067 (diff)
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 aba53202f8..f140b9cd49 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