# Functions
No description provided by the author
MsgIn returns a single fake commit with the message read from this reader
This fake commit will have a fake hash and a date that is the current time.
NotAuthoredByEmails returns a Commits function that returns only commits that are not authored by the given email patterns.
NotAuthoredByName returns a Commits function that returns only commits that are not authored by the given name pattern.
Since returns a Commits function that returns only commits that are after the given time.
WithMaxParents returns a Commits function that returns only commits with a maximum number of parents.
# Type aliases
Commits is a function that returns a slice of Commits.