Don't go into merges.
[git-central.git] / tests / t2203-2.txt
1 From: author@payflex.com
2 To: commits@list.com
3 Subject: [cbas] topic1 branch updated. $new_commit_hash
4 X-Git-Refname: refs/heads/topic1
5 X-Git-Reftype: branch
6 X-Git-Oldrev: $old_commit_hash
7 X-Git-Newrev: $new_commit_hash
8
9 The branch, topic1 has been updated
10        via  $new_commit_hash (commit)
11       from  $old_commit_hash (commit)
12
13 Those revisions listed above that are new to this repository have
14 not appeared on any other notification email; so we list those
15 revisions in full, below.
16
17 - Log -----------------------------------------------------------------
18 commit $new_commit_hash
19 Merge: $old_commit_hash $second_stable_hash
20 Author: A U Thor <author@example.com>
21 Date:   $new_commit_date
22
23     Merge branch 'stable' into topic1
24     
25     Conflicts:
26         a
27
28 -----------------------------------------------------------------------
29
30 Summary of changes:
31  a |    2 +-
32  b |    2 +-
33  c |    2 +-
34  3 files changed, 3 insertions(+), 3 deletions(-)
35
36 diff --git a/a b/a
37 index a67d715..01a17ba 100644
38 --- a/a
39 +++ b/a
40 @@ -1 +1 @@
41 -merge in stable with conflict on topic1
42 +merge in stable with conflict 2 merged topic1
43 diff --git a/b b/b
44 index 1c043c5..96d4816 100644
45 --- a/b
46 +++ b/b
47 @@ -1 +1 @@
48 -merge in stable 2
49 +merge in stable with conflict 2
50 diff --git a/c b/c
51 index 1c043c5..96d4816 100644
52 --- a/c
53 +++ b/c
54 @@ -1 +1 @@
55 -merge in stable 2
56 +merge in stable with conflict 2
57
58
59 hooks/post-receive
60 --
61 cbas