1$ git log --root -p master
2commit 176b998f5d647cbd77a9d8acf4531e930754d16d
3Merge: 889b315... c7a2ab9...
4Author: A U Thor <author@example.com>
5Date: Mon Jun 26 00:04:00 2006 +0000
6
7 Merge branch 'side'
8
9commit c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
10Author: A U Thor <author@example.com>
11Date: Mon Jun 26 00:03:00 2006 +0000
12
13 Side
14
15diff --git a/dir/sub b/dir/sub
16index 35d242b..7289e35 100644
17--- a/dir/sub
18+++ b/dir/sub
19@@ -1,2 +1,4 @@
20 A
21 B
22+1
23+2
24diff --git a/file0 b/file0
25index 01e79c3..f4615da 100644
26--- a/file0
27+++ b/file0
28@@ -1,3 +1,6 @@
29 1
30 2
31 3
32+A
33+B
34+C
35diff --git a/file3 b/file3
36new file mode 100644
37index 0000000..7289e35
38--- /dev/null
39+++ b/file3
40@@ -0,0 +1,4 @@
41+A
42+B
43+1
44+2
45
46commit 889b315013ef9f2e2f90aa0b054b267c8a557847
47Author: A U Thor <author@example.com>
48Date: Mon Jun 26 00:02:00 2006 +0000
49
50 Third
51
52diff --git a/dir/sub b/dir/sub
53index 8422d40..cead32e 100644
54--- a/dir/sub
55+++ b/dir/sub
56@@ -2,3 +2,5 @@ A
57 B
58 C
59 D
60+E
61+F
62diff --git a/file1 b/file1
63new file mode 100644
64index 0000000..b1e6722
65--- /dev/null
66+++ b/file1
67@@ -0,0 +1,3 @@
68+A
69+B
70+C
71
72commit 7952a93e09bf565b5592766a438b40cd81f4846f
73Author: A U Thor <author@example.com>
74Date: Mon Jun 26 00:01:00 2006 +0000
75
76 Second
77
78diff --git a/dir/sub b/dir/sub
79index 35d242b..8422d40 100644
80--- a/dir/sub
81+++ b/dir/sub
82@@ -1,2 +1,4 @@
83 A
84 B
85+C
86+D
87diff --git a/file0 b/file0
88index 01e79c3..b414108 100644
89--- a/file0
90+++ b/file0
91@@ -1,3 +1,6 @@
92 1
93 2
94 3
95+4
96+5
97+6
98diff --git a/file2 b/file2
99deleted file mode 100644
100index 01e79c3..0000000
101--- a/file2
102+++ /dev/null
103@@ -1,3 +0,0 @@
104-1
105-2
106-3
107
108commit 444ac553ac7612cc88969031b02b3767fb8a353a
109Author: A U Thor <author@example.com>
110Date: Mon Jun 26 00:00:00 2006 +0000
111
112 Initial
113
114diff --git a/dir/sub b/dir/sub
115new file mode 100644
116index 0000000..35d242b
117--- /dev/null
118+++ b/dir/sub
119@@ -0,0 +1,2 @@
120+A
121+B
122diff --git a/file0 b/file0
123new file mode 100644
124index 0000000..01e79c3
125--- /dev/null
126+++ b/file0
127@@ -0,0 +1,3 @@
128+1
129+2
130+3
131diff --git a/file2 b/file2
132new file mode 100644
133index 0000000..01e79c3
134--- /dev/null
135+++ b/file2
136@@ -0,0 +1,3 @@
137+1
138+2
139+3
140$