Merge branch 'jk/enable-test-lint-by-default' into maint
[git/jnareb-git.git] / t / t4013 / diff.log_-m_-p_--first-parent_master
blob7a0073f5296b19fde379a37b7441de29bcf07a42
1 $ git log -m -p --first-parent master
2 commit 59d314ad6f356dd08601a4cd5e530381da3e3c64
3 Merge: 9a6d494 c7a2ab9
4 Author: A U Thor <author@example.com>
5 Date:   Mon Jun 26 00:04:00 2006 +0000
7     Merge branch 'side'
9 diff --git a/dir/sub b/dir/sub
10 index cead32e..992913c 100644
11 --- a/dir/sub
12 +++ b/dir/sub
13 @@ -4,3 +4,5 @@ C
14  D
15  E
16  F
19 diff --git a/file0 b/file0
20 index b414108..10a8a9f 100644
21 --- a/file0
22 +++ b/file0
23 @@ -4,3 +4,6 @@
24  4
25  5
26  6
31 commit 9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0
32 Author: A U Thor <author@example.com>
33 Date:   Mon Jun 26 00:02:00 2006 +0000
35     Third
37 diff --git a/dir/sub b/dir/sub
38 index 8422d40..cead32e 100644
39 --- a/dir/sub
40 +++ b/dir/sub
41 @@ -2,3 +2,5 @@ A
42  B
43  C
44  D
47 diff --git a/file1 b/file1
48 new file mode 100644
49 index 0000000..b1e6722
50 --- /dev/null
51 +++ b/file1
52 @@ -0,0 +1,3 @@
57 commit 1bde4ae5f36c8d9abe3a0fce0c6aab3c4a12fe44
58 Author: A U Thor <author@example.com>
59 Date:   Mon Jun 26 00:01:00 2006 +0000
61     Second
62     
63     This is the second commit.
65 diff --git a/dir/sub b/dir/sub
66 index 35d242b..8422d40 100644
67 --- a/dir/sub
68 +++ b/dir/sub
69 @@ -1,2 +1,4 @@
70  A
71  B
74 diff --git a/file0 b/file0
75 index 01e79c3..b414108 100644
76 --- a/file0
77 +++ b/file0
78 @@ -1,3 +1,6 @@
79  1
80  2
81  3
85 diff --git a/file2 b/file2
86 deleted file mode 100644
87 index 01e79c3..0000000
88 --- a/file2
89 +++ /dev/null
90 @@ -1,3 +0,0 @@
95 commit 444ac553ac7612cc88969031b02b3767fb8a353a
96 Author: A U Thor <author@example.com>
97 Date:   Mon Jun 26 00:00:00 2006 +0000
99     Initial