Code

Merge branch 'jc/diff-test' into th/diff
[git.git] / t / t4013 / diff.log_-p_master
1 $ git log -p master
2 commit 176b998f5d647cbd77a9d8acf4531e930754d16d
3 Merge: 889b315... c7a2ab9...
4 Author: A U Thor <author@example.com>
5 Date:   Mon Jun 26 00:04:00 2006 +0000
7     Merge branch 'side'
9 commit c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
10 Author: A U Thor <author@example.com>
11 Date:   Mon Jun 26 00:03:00 2006 +0000
13     Side
15 diff --git a/dir/sub b/dir/sub
16 index 35d242b..7289e35 100644
17 --- a/dir/sub
18 +++ b/dir/sub
19 @@ -1,2 +1,4 @@
20  A
21  B
22 +1
23 +2
24 diff --git a/file0 b/file0
25 index 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
35 diff --git a/file3 b/file3
36 new file mode 100644
37 index 0000000..7289e35
38 --- /dev/null
39 +++ b/file3
40 @@ -0,0 +1,4 @@
41 +A
42 +B
43 +1
44 +2
46 commit 889b315013ef9f2e2f90aa0b054b267c8a557847
47 Author: A U Thor <author@example.com>
48 Date:   Mon Jun 26 00:02:00 2006 +0000
50     Third
52 diff --git a/dir/sub b/dir/sub
53 index 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
62 diff --git a/file1 b/file1
63 new file mode 100644
64 index 0000000..b1e6722
65 --- /dev/null
66 +++ b/file1
67 @@ -0,0 +1,3 @@
68 +A
69 +B
70 +C
72 commit 7952a93e09bf565b5592766a438b40cd81f4846f
73 Author: A U Thor <author@example.com>
74 Date:   Mon Jun 26 00:01:00 2006 +0000
76     Second
78 diff --git a/dir/sub b/dir/sub
79 index 35d242b..8422d40 100644
80 --- a/dir/sub
81 +++ b/dir/sub
82 @@ -1,2 +1,4 @@
83  A
84  B
85 +C
86 +D
87 diff --git a/file0 b/file0
88 index 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
98 diff --git a/file2 b/file2
99 deleted file mode 100644
100 index 01e79c3..0000000
101 --- a/file2
102 +++ /dev/null
103 @@ -1,3 +0,0 @@
104 -1
105 -2
106 -3
108 commit 444ac553ac7612cc88969031b02b3767fb8a353a
109 Author: A U Thor <author@example.com>
110 Date:   Mon Jun 26 00:00:00 2006 +0000
112     Initial