Test rewind and rewind and continue even though we don't allow them.
[git-central.git] / tests / t2200-1.txt
1 From: author@payflex.com
2 To: commits@list.com
3 Subject: [cbas] master branch updated. $new_commit_hash
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       from  $old_commit_hash (commit)
12
13 Those revisions listed above that are new to this repository have
14 not appeared on any other notification email; so we list those
15 revisions in full, below.
16
17 - Log -----------------------------------------------------------------
18 commit $new_commit_hash
19 Author: A U Thor <author@example.com>
20 Date:   $new_commit_date
21
22     simple commit
23
24 -----------------------------------------------------------------------
25
26 Summary of changes:
27  a |    2 +-
28  1 files changed, 1 insertions(+), 1 deletions(-)
29
30 diff --git a/a b/a
31 index 146f275..b38f23c 100644
32 --- a/a
33 +++ b/a
34 @@ -1 +1 @@
35 -setup
36 +simple commit
37
38
39 hooks/post-receive
40 --
41 cbas