Another comment.
[git-central.git] / tests / t2200-1.txt
1 To: commits@list.com
2 Subject: [cbas] master branch updated. $new_commit_hash
3 X-Git-Refname: refs/heads/master
4 X-Git-Reftype: branch
5 X-Git-Oldrev: $old_commit_hash
6 X-Git-Newrev: $new_commit_hash
7
8 The branch, master has been updated
9        via  $new_commit_hash (commit)
10       from  $old_commit_hash (commit)
11
12 Those revisions listed above that are new to this repository have
13 not appeared on any other notification email; so we list those
14 revisions in full, below.
15
16 - Log -----------------------------------------------------------------
17 commit $new_commit_hash
18 Author: A U Thor <author@example.com>
19 Date:   $new_commit_date
20
21     simple commit
22
23 -----------------------------------------------------------------------
24
25 Summary of changes:
26  a |    2 +-
27  1 files changed, 1 insertions(+), 1 deletions(-)
28
29 diff --git a/a b/a
30 index 146f275..b38f23c 100644
31 --- a/a
32 +++ b/a
33 @@ -1 +1 @@
34 -setup
35 +simple commit
36
37
38 hooks/post-receive
39 --
40 cbas