Merge branch 'en/dir-rename-tests'
[git] / t / t4013 / diff.log_-IA_-IB_-I1_-I2_-p_master
1 $ git log -IA -IB -I1 -I2 -p 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
6
7     Merge branch 'side'
8
9 commit c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
10 Author: A U Thor <author@example.com>
11 Date:   Mon Jun 26 00:03:00 2006 +0000
12
13     Side
14
15 diff --git a/file0 b/file0
16 index 01e79c3..f4615da 100644
17 --- a/file0
18 +++ b/file0
19 @@ -1,3 +1,6 @@
20  1
21  2
22  3
23 +A
24 +B
25 +C
26 diff --git a/file3 b/file3
27 new file mode 100644
28 index 0000000..7289e35
29
30 commit 9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0
31 Author: A U Thor <author@example.com>
32 Date:   Mon Jun 26 00:02:00 2006 +0000
33
34     Third
35
36 diff --git a/dir/sub b/dir/sub
37 index 8422d40..cead32e 100644
38 --- a/dir/sub
39 +++ b/dir/sub
40 @@ -2,3 +2,5 @@ A
41  B
42  C
43  D
44 +E
45 +F
46 diff --git a/file1 b/file1
47 new file mode 100644
48 index 0000000..b1e6722
49 --- /dev/null
50 +++ b/file1
51 @@ -0,0 +1,3 @@
52 +A
53 +B
54 +C
55
56 commit 1bde4ae5f36c8d9abe3a0fce0c6aab3c4a12fe44
57 Author: A U Thor <author@example.com>
58 Date:   Mon Jun 26 00:01:00 2006 +0000
59
60     Second
61     
62     This is the second commit.
63
64 diff --git a/dir/sub b/dir/sub
65 index 35d242b..8422d40 100644
66 --- a/dir/sub
67 +++ b/dir/sub
68 @@ -1,2 +1,4 @@
69  A
70  B
71 +C
72 +D
73 diff --git a/file0 b/file0
74 index 01e79c3..b414108 100644
75 --- a/file0
76 +++ b/file0
77 @@ -1,3 +1,6 @@
78  1
79  2
80  3
81 +4
82 +5
83 +6
84 diff --git a/file2 b/file2
85 deleted file mode 100644
86 index 01e79c3..0000000
87 --- a/file2
88 +++ /dev/null
89 @@ -1,3 +0,0 @@
90 -1
91 -2
92 -3
93
94 commit 444ac553ac7612cc88969031b02b3767fb8a353a
95 Author: A U Thor <author@example.com>
96 Date:   Mon Jun 26 00:00:00 2006 +0000
97
98     Initial
99 $