t4013: add "diff" UI program tests.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2006-07-01 22:02:17 -07:00
parent d410e43b35
commit b319b02e2a
10 changed files with 263 additions and 0 deletions

View File

@ -0,0 +1,6 @@
$ git diff -r --stat initial..side
dir/sub | 2 ++
file0 | 3 +++
file3 | 4 ++++
3 files changed, 9 insertions(+), 0 deletions(-)
$