Merge branch 'jc/diff-test' into th/diff
[git] / t / t4013 / diff.diff-tree_--pretty=oneline_--root_--patch-with-stat_initial
1 $ git diff-tree --pretty=oneline --root --patch-with-stat initial
2 444ac553ac7612cc88969031b02b3767fb8a353a Initial
3 ---
4  dir/sub |    2 ++
5  file0   |    3 +++
6  file2   |    3 +++
7  3 files changed, 8 insertions(+), 0 deletions(-)
8
9 diff --git a/dir/sub b/dir/sub
10 new file mode 100644
11 index 0000000..35d242b
12 --- /dev/null
13 +++ b/dir/sub
14 @@ -0,0 +1,2 @@
15 +A
16 +B
17 diff --git a/file0 b/file0
18 new file mode 100644
19 index 0000000..01e79c3
20 --- /dev/null
21 +++ b/file0
22 @@ -0,0 +1,3 @@
23 +1
24 +2
25 +3
26 diff --git a/file2 b/file2
27 new file mode 100644
28 index 0000000..01e79c3
29 --- /dev/null
30 +++ b/file2
31 @@ -0,0 +1,3 @@
32 +1
33 +2
34 +3
35 $