Commits
WebService::GitHub::Repos::Commits
Compare two commits
WebService::GitHub::Repos::Commits.compare-commits( Str $owner
, Str $repo
, Str $base
, Str $head
)
Get a commit
See repos/get-commit
WebService::GitHub::Repos::Commits.get-commit( Str $owner
, Str $repo
, Int(Str) :$page
, Int(Str) :$per-page
, Str $ref
)
List branches for HEAD commit
WebService::GitHub::Repos::Commits.list-branches-for-head-commit( Str $owner
, Str $repo
, Str $commit-sha
)
List commits
WebService::GitHub::Repos::Commits.list-commits( Str $owner
, Str $repo
, Str :$sha
, Str :$path
, Str :$author
, Str :$since
, Str :$until
, Int(Str) :$per-page
, Int(Str) :$page
, Str :$top
, Str :$last-sha
)
List pull requests associated with a commit
WebService::GitHub::Repos::Commits.list-pull-requests-associated-with-commit( Str $owner
, Str $repo
, Str $commit-sha
, Int(Str) :$per-page
, Int(Str) :$page
)