Fix post-receive-email test for USER_EMAIL variable.
[git-central.git] / tests / t2201-2.txt
1 From: author@example.com
2 To: commits@list.com
3 Subject: [cbas] master branch updated. 1.0-2-g$new_commit_abbrev
4 X-Git-Refname: refs/heads/master
5 X-Git-Reftype: branch
6 X-Git-Oldrev: $old_commit_hash
7 X-Git-Newrev: $new_commit_hash
8
9 The branch, master has been updated
10        via $new_commit_abbrev commit on annotated tagged branch 2
11        via $prior_commit_abbrev commit on annotated tagged branch
12       from $old_commit_abbrev setup
13
14 Those revisions listed above that are new to this repository have
15 not appeared on any other notification email; so we list those
16 revisions in full, below.
17
18 - Log -----------------------------------------------------------------
19
20 commit $prior_commit_hash
21 Author: A U Thor <author@example.com>
22 Date:   $prior_commit_date
23
24     commit on annotated tagged branch
25
26 $prior_commit_hash
27 diff --git a/a b/a
28 index 146f275..815c4fa 100644
29 --- a/a
30 +++ b/a
31 @@ -1 +1 @@
32 -setup
33 +commit on annotated tagged branch
34
35 -----------------------------------------------------------------------
36
37 commit $new_commit_hash
38 Author: A U Thor <author@example.com>
39 Date:   $new_commit_date
40
41     commit on annotated tagged branch 2
42
43 $new_commit_hash
44 diff --git a/a b/a
45 index 815c4fa..7d07572 100644
46 --- a/a
47 +++ b/a
48 @@ -1 +1 @@
49 -commit on annotated tagged branch
50 +commit on annotated tagged branch 2
51
52 -----------------------------------------------------------------------
53
54 Summary of changes:
55  a |    2 +-
56  1 files changed, 1 insertions(+), 1 deletions(-)