Allow branches to be excused from the ticket check.
[git-central.git] / tests / t2202-1.txt
1 To: commits@list.com
2 Subject: [cbas] topic branch created. $new_commit_hash
3 X-Git-Refname: refs/heads/topic
4 X-Git-Reftype: branch
5 X-Git-Oldrev: 0000000000000000000000000000000000000000
6 X-Git-Newrev: $new_commit_hash
7
8 The branch, topic has been created
9         at  $new_commit_hash (commit)
10
11 - Log -----------------------------------------------------------------
12 commit $prior_commit_hash
13 Author: A U Thor <author@example.com>
14 Date:   $prior_commit_date
15
16     create branch on topic
17
18 commit $new_commit_hash
19 Author: A U Thor <author@example.com>
20 Date:   $new_commit_date
21
22     create branch on topic 2
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..8516a40 100644
32 --- a/a
33 +++ b/a
34 @@ -1 +1 @@
35 -setup
36 +create branch 2
37
38
39 hooks/post-receive
40 --
41 cbas