Move post-receive-email settings to a subsection.
[git-central.git] / tests / t2201-2.txt
1 From: author@payflex.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_hash (commit)
11        via  $prior_commit_hash (commit)
12       from  $old_commit_hash (commit)
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 commit $prior_commit_hash
20 Author: A U Thor <author@example.com>
21 Date:   $prior_commit_date
22
23     commit on tag branch
24
25 commit $new_commit_hash
26 Author: A U Thor <author@example.com>
27 Date:   $new_commit_date
28
29     commit on tag branch 2
30
31 -----------------------------------------------------------------------
32
33 Summary of changes:
34  a |    2 +-
35  1 files changed, 1 insertions(+), 1 deletions(-)
36
37 diff --git a/a b/a
38 index 146f275..affecee 100644
39 --- a/a
40 +++ b/a
41 @@ -1 +1 @@
42 -setup
43 +commit on tag branch 2
44
45
46 hooks/post-receive
47 --
48 cbas