Fix post-receive-email test for USER_EMAIL variable.
[git-central.git] / tests / t2202-1.txt
1 From: author@example.com
2 To: commits@list.com
3 Subject: [cbas] topic branch created. $new_commit_hash
4 X-Git-Refname: refs/heads/topic
5 X-Git-Reftype: branch
6 X-Git-Oldrev: 0000000000000000000000000000000000000000
7 X-Git-Newrev: $new_commit_hash
8
9 The branch, topic has been created
10         at $new_commit_abbrev create branch on topic 2
11
12 - Log -----------------------------------------------------------------
13
14 commit $prior_commit_hash
15 Author: A U Thor <author@example.com>
16 Date:   $prior_commit_date
17
18     create branch on topic
19
20 $prior_commit_hash
21 diff --git a/a b/a
22 index 146f275..55da47f 100644
23 --- a/a
24 +++ b/a
25 @@ -1 +1 @@
26 -setup
27 +create branch
28
29 -----------------------------------------------------------------------
30
31 commit $new_commit_hash
32 Author: A U Thor <author@example.com>
33 Date:   $new_commit_date
34
35     create branch on topic 2
36
37 $new_commit_hash
38 diff --git a/a b/a
39 index 55da47f..8516a40 100644
40 --- a/a
41 +++ b/a
42 @@ -1 +1 @@
43 -create branch
44 +create branch 2
45
46 -----------------------------------------------------------------------
47
48 Summary of changes:
49  a |    2 +-
50  1 files changed, 1 insertions(+), 1 deletions(-)