commit | b319b02e2a75bfe71829cfe1506b86ec7644987d | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sat Jul 01 22:02:17 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Sat Jul 01 22:02:17 2006 -0700 |
tree | 4cc45459e3f2c0ccad94fe44f4c09ea220555adf | |
parent | d410e43b35a8044472606a7e7018aa64d96a5f0f [diff] [blame] |
t4013: add "diff" UI program tests. Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/t/t4013/diff.diff_-r_--stat_initial..side b/t/t4013/diff.diff_-r_--stat_initial..side new file mode 100644 index 0000000..245220d --- /dev/null +++ b/t/t4013/diff.diff_-r_--stat_initial..side
@@ -0,0 +1,6 @@ +$ git diff -r --stat initial..side + dir/sub | 2 ++ + file0 | 3 +++ + file3 | 4 ++++ + 3 files changed, 9 insertions(+), 0 deletions(-) +$