]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4013/diff.diff-tree_--pretty=oneline_--root_--patch-with-stat_initial
t4013: add tests for diff/log family output options.
[thirdparty/git.git] / t / t4013 / diff.diff-tree_--pretty=oneline_--root_--patch-with-stat_initial
CommitLineData
3c2f75b5
JH
1$ git diff-tree --pretty=oneline --root --patch-with-stat initial
2444ac553ac7612cc88969031b02b3767fb8a353a Initial
3---
4 dir/sub | 2 ++
5 file0 | 3 +++
6 file2 | 3 +++
7 3 files changed, 8 insertions(+), 0 deletions(-)
8
9diff --git a/dir/sub b/dir/sub
10new file mode 100644
11index 0000000..35d242b
12--- /dev/null
13+++ b/dir/sub
14@@ -0,0 +1,2 @@
15+A
16+B
17diff --git a/file0 b/file0
18new file mode 100644
19index 0000000..01e79c3
20--- /dev/null
21+++ b/file0
22@@ -0,0 +1,3 @@
23+1
24+2
25+3
26diff --git a/file2 b/file2
27new file mode 100644
28index 0000000..01e79c3
29--- /dev/null
30+++ b/file2
31@@ -0,0 +1,3 @@
32+1
33+2
34+3
35$