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/t4013 | |
parent | Test that diff can read from stdin (diff) | |
download | tgif-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')
-rw-r--r-- | t/t4013/diff.diff_--dirstat_master~1_master~2 | 3 |
1 files changed, 3 insertions, 0 deletions
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 0000000000..b672e1ca63 --- /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/ +$ |