Rely on USER_EMAIL instead of hardcoding payflex.com.
[git-central.git] / tests / t2202-1.txt
index bc5bb51..3e5566c 100644 (file)
@@ -1,3 +1,4 @@
+From: author@payflex.com
 To: commits@list.com
 Subject: [cbas] topic branch created. $new_commit_hash
 X-Git-Refname: refs/heads/topic
@@ -6,36 +7,44 @@ X-Git-Oldrev: 0000000000000000000000000000000000000000
 X-Git-Newrev: $new_commit_hash
 
 The branch, topic has been created
-        at  $new_commit_hash (commit)
+        at $new_commit_abbrev create branch on topic 2
 
 - Log -----------------------------------------------------------------
+
 commit $prior_commit_hash
 Author: A U Thor <author@example.com>
 Date:   $prior_commit_date
 
     create branch on topic
 
+$prior_commit_hash
+diff --git a/a b/a
+index 146f275..55da47f 100644
+--- a/a
++++ b/a
+@@ -1 +1 @@
+-setup
++create branch
+
+-----------------------------------------------------------------------
+
 commit $new_commit_hash
 Author: A U Thor <author@example.com>
 Date:   $new_commit_date
 
     create branch on topic 2
 
------------------------------------------------------------------------
-
-Summary of changes:
- a |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
+$new_commit_hash
 diff --git a/a b/a
-index 146f275..8516a40 100644
+index 55da47f..8516a40 100644
 --- a/a
 +++ b/a
 @@ -1 +1 @@
--setup
+-create branch
 +create branch 2
 
+-----------------------------------------------------------------------
 
-hooks/post-receive
---
-cbas
+Summary of changes:
+ a |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)