# Functions
NewMetadata creates a new Metadata instance from the given args.
NewRepositoryCommitResolver returns a CommitResolver for looking up commits in the repository located at path.
NewStaticCommitResolver returns a CommitResolver whose Lookup method always produces a Commit with values matching the fields in c.
# Interfaces
A CommitResolver provides the ability to look up a commit.