summaryrefslogtreecommitdiff
path: root/t/t4013/diff.diff-tree_--pretty_--root_--stat_--summary_initial
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-06-26 13:46:52 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-06-26 14:36:40 -0700
commit3c2f75b590c35675cc67dc43cabe2298bec86afc (patch)
tree1197b6f0568d6aae04004be6e398320e8741604e /t/t4013/diff.diff-tree_--pretty_--root_--stat_--summary_initial
parentMerge branch 'jc/squash' (diff)
downloadtgif-3c2f75b590c35675cc67dc43cabe2298bec86afc.tar.xz
t4013: add tests for diff/log family output options.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t4013/diff.diff-tree_--pretty_--root_--stat_--summary_initial')
-rw-r--r--t/t4013/diff.diff-tree_--pretty_--root_--stat_--summary_initial15
1 files changed, 15 insertions, 0 deletions
diff --git a/t/t4013/diff.diff-tree_--pretty_--root_--stat_--summary_initial b/t/t4013/diff.diff-tree_--pretty_--root_--stat_--summary_initial
new file mode 100644
index 0000000000..43bfce253e
--- /dev/null
+++ b/t/t4013/diff.diff-tree_--pretty_--root_--stat_--summary_initial
@@ -0,0 +1,15 @@
+$ git diff-tree --pretty --root --stat --summary initial
+commit 444ac553ac7612cc88969031b02b3767fb8a353a
+Author: A U Thor <author@example.com>
+Date: Mon Jun 26 00:00:00 2006 +0000
+
+ Initial
+
+ dir/sub | 2 ++
+ file0 | 3 +++
+ file2 | 3 +++
+ 3 files changed, 8 insertions(+), 0 deletions(-)
+ create mode 100644 dir/sub
+ create mode 100644 file0
+ create mode 100644 file2
+$