diff options
author | Thomas Rast <trast@student.ethz.ch> | 2009-02-19 12:13:37 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-20 00:02:48 -0800 |
commit | f37bfb7a4d965e821591c98e66fe7a4e396377b5 (patch) | |
tree | eb61c371e654d8fbc2253923f6bfbeb1fb620a2e /t | |
parent | 85569d7498f3933d96a7604512f8832c73127067 (diff) | |
download | git-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')
-rwxr-xr-x | t/t4013-diff-various.sh | 1 | ||||
-rw-r--r-- | t/t4013/diff.diff_--dirstat_master~1_master~2 | 3 |
2 files changed, 4 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 diff --git a/t/t4013/diff.diff_--dirstat_master~1_master~2 b/t/t4013/diff.diff_--dirstat_master~1_master~2 new file mode 100644 index 000000000..b672e1ca6 --- /dev/null +++ b/t/t4013/diff.diff_--dirstat_master~1_master~2 @@ -0,0 +1,3 @@ +$ git diff --dirstat master~1 master~2 + 40.0% dir/ +$ |