-
Notifications
You must be signed in to change notification settings - Fork 3
/
MANIFEST
128 lines (128 loc) · 3.28 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.githooksrc
.gitignore
.perlcriticrc
.travis.yml
Build.PL
Changes
LICENSE
MANIFEST
MANIFEST.SKIP
META.json
META.yml
Makefile.PL
README.md
bin/githooks
examples/examples.txt
examples/githook.pl
hooks/applypatch-msg
hooks/commit-msg
hooks/post-applypatch
hooks/post-checkout
hooks/post-commit
hooks/post-merge
hooks/post-receive
hooks/post-rewrite
hooks/post-update
hooks/pre-applypatch
hooks/pre-auto-gc
hooks/pre-commit
hooks/pre-push
hooks/pre-rebase
hooks/pre-receive
hooks/prepare-commit-msg
hooks/update
ignore.txt
img/app-githooks-example-failure.png
img/app-githooks-example-success.png
lib/App/GitHooks.pm
lib/App/GitHooks/CommitMessage.pm
lib/App/GitHooks/Config.pm
lib/App/GitHooks/Constants.pm
lib/App/GitHooks/Hook.pm
lib/App/GitHooks/Hook/ApplypatchMsg.pm
lib/App/GitHooks/Hook/CommitMsg.pm
lib/App/GitHooks/Hook/PostApplypatch.pm
lib/App/GitHooks/Hook/PostCheckout.pm
lib/App/GitHooks/Hook/PostCommit.pm
lib/App/GitHooks/Hook/PostMerge.pm
lib/App/GitHooks/Hook/PostReceive.pm
lib/App/GitHooks/Hook/PostRewrite.pm
lib/App/GitHooks/Hook/PostUpdate.pm
lib/App/GitHooks/Hook/PreApplypatch.pm
lib/App/GitHooks/Hook/PreAutoGc.pm
lib/App/GitHooks/Hook/PreCommit.pm
lib/App/GitHooks/Hook/PrePush.pm
lib/App/GitHooks/Hook/PreRebase.pm
lib/App/GitHooks/Hook/PreReceive.pm
lib/App/GitHooks/Hook/PrepareCommitMsg.pm
lib/App/GitHooks/Hook/Update.pm
lib/App/GitHooks/Plugin.pm
lib/App/GitHooks/Plugin/Test/CustomReply.pm
lib/App/GitHooks/Plugin/Test/PrintSTDERR.pm
lib/App/GitHooks/StagedChanges.pm
lib/App/GitHooks/Terminal.pm
lib/App/GitHooks/Test.pm
lib/App/GitHooks/Utils.pm
t/00-load.t
t/01-git_version.t
t/05-Terminal/00-load.t
t/05-Terminal/10-new.t
t/05-Terminal/20-get_encoding.t
t/05-Terminal/30-is_interactive.t
t/05-Terminal/40-is_utf8.t
t/05-Terminal/50-get_width.t
t/06-Constants/00-load.t
t/06-Constants/10-imports.t
t/10-new.t
t/11-clone.t
t/12-force_non_interactive.t
t/13-Config/00-load.t
t/13-Config/20-get_regex.t
t/13-Config/30-min_app_githooks_version.t
t/14-Utils/00-load.t
t/14-Utils/10-get_project_prefixes.t
t/14-Utils/12-get_project_prefix_regex.t
t/14-Utils/14-get_ticket_id_from_commit_regex.t
t/14-Utils/20-get_ticket_id_from_branch_name.t
t/17-CommitMessage/00-load.t
t/17-CommitMessage/10-new.t
t/17-CommitMessage/11-get_app.t
t/17-CommitMessage/13-get_original_message.t
t/17-CommitMessage/14-get_message.t
t/17-CommitMessage/15-get_lines.t
t/17-CommitMessage/20-get_summary.t
t/17-CommitMessage/25-update_message.t
t/17-CommitMessage/30-is_empty.t
t/17-CommitMessage/35-has_changed.t
t/20-run.t
t/21-run-dash.t
t/22-run-die.t
t/24-githooks-skip.t
t/40-Plugin/00-load.t
t/40-Plugin/03-get_file_check_description.t
t/40-Plugin/20-get_name.t
t/40-Plugin/CustomReply/00-load.t
t/40-Plugin/CustomReply/03-get_file_check_description.t
t/40-Plugin/CustomReply/05-get_file_pattern.t
t/40-Plugin/PrintSTDERR/00-load.t
t/40-Plugin/PrintSTDERR/03-get_file_check_description.t
t/40-Plugin/PrintSTDERR/05-get_file_pattern.t
t/45-Hook/00-load.t
t/45-Hook/10-run.t
t/45-Hook/CommitMsg/00-load.t
t/45-Hook/CommitMsg/10-run.t
t/45-Hook/PreCommit/00-load.t
t/45-Hook/PreCommit/10-run.t
t/45-Hook/PrepareCommitMsg/00-load.t
t/45-Hook/PrepareCommitMsg/10-run.t
t/90-githooks/00-load.t
t/90-githooks/10-commands.t
xt/changes.t
xt/kwalitee.t
xt/manifest.t
xt/module_versions.t
xt/mojibake.t
xt/perlcritic.t
xt/pod-coverage.t
xt/pod.t
xt/unix_eol.t