81f3c52b9f9558545e18a76cc865b9885677a800
[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_abbrev Merge branch 'stable' into topic1
11       from $old_commit_abbrev move topic1
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
19 commit $new_commit_hash
20 Merge: $old_commit_hash $second_stable_hash
21 Author: A U Thor <author@example.com>
22 Date:   $new_commit_date
23
24     Merge branch 'stable' into topic1
25     
26     Conflicts:
27         a
28
29 $new_commit_hash
30 diff --cc a
31 index a67d715,96d4816..01a17ba
32 --- a/a
33 +++ b/a
34 @@@ -1,1 -1,1 +1,1 @@@
35 - merge in stable with conflict on topic1
36  -merge in stable with conflict 2
37 ++merge in stable with conflict 2 merged topic1
38
39 -----------------------------------------------------------------------
40
41 Summary of changes:
42  a |    2 +-
43  b |    2 +-
44  c |    2 +-
45  3 files changed, 3 insertions(+), 3 deletions(-)