1App::GitHooks::Hook::CoUmsmeirtMCsogn(t3r)ibuted Perl DoAcpupm:e:nGtiattHiooonks::Hook::CommitMsg(3)
2
3
4
6 App::GitHooks::Hook::CommitMsg - Handle the commit-msg hook.
7
9 Version 1.9.0
10
12 run()
13 Run the hook handler and return an exit status to pass to git.
14
15 my $exit_status = App::GitHooks::Hook::CommitMsg->run(
16 app => $app,
17 );
18
19 Arguments:
20
21 · app (mandatory)
22
23 An App::GitHooks object.
24
26 Please report any bugs or feature requests through the web interface at
27 <https://github.com/guillaumeaubert/App-GitHooks/issues/new>. I will
28 be notified, and then you'll automatically be notified of progress on
29 your bug as I make changes.
30
32 You can find documentation for this module with the perldoc command.
33
34 perldoc App::GitHooks::Hook::CommitMsg
35
36 You can also look for information at:
37
38 · GitHub's request tracker
39
40 <https://github.com/guillaumeaubert/App-GitHooks/issues>
41
42 · AnnoCPAN: Annotated CPAN documentation
43
44 <http://annocpan.org/dist/app-githooks>
45
46 · CPAN Ratings
47
48 <http://cpanratings.perl.org/d/app-githooks>
49
50 · MetaCPAN
51
52 <https://metacpan.org/release/App-GitHooks>
53
55 Guillaume Aubert <https://metacpan.org/author/AUBERTG>, "<aubertg at
56 cpan.org>".
57
59 Copyright 2013-2017 Guillaume Aubert.
60
61 This code is free software; you can redistribute it and/or modify it
62 under the same terms as Perl 5 itself.
63
64 This program is distributed in the hope that it will be useful, but
65 WITHOUT ANY WARRANTY; without even the implied warranty of
66 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the LICENSE
67 file for more details.
68
69
70
71perl v5.28.0 2018-07-14 App::GitHooks::Hook::CommitMsg(3)