NAME

Git::Repository::Plugin::Gerrit - Work with Gerrit-specific features in a Git::Repository

SYNOPSIS

    use Git::Repository::Plugin::Gerrit;

DESCRIPTION

Git::Repository::Plugin::Gerrit adds the find_change method to a Git::Repository and injects a change_id accessor to Git::Repository::Log.

METHODS

find_change($change_id)

Search the log of a Git::Repository for the specified Gerrit Change-Id. Returns the corresponding Git::Repository::Log object.

change_id

Return the Gerrit Change-Id of a Git::Repository::Log.

LICENSE

Copyright (C) Nathaniel Nutter.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Nathaniel Nutter <nnutter@cpan.org>