# Functions
No description provided by the author
No description provided by the author
NewCommitMessage is the CommitMessage struct constructor.
NewCommitMessageFromFile creates a CommitMessage struct by reading the contents a file.
No description provided by the author
No description provided by the author
ParseLogXml is used to read infos from the git log.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
CommitMessage represents a git commit message You can access the message's Subject and Body.
No description provided by the author
No description provided by the author
No description provided by the author
XmlCommit is used to represent commits in a commit log.
XmlLog is used to read commit messages from the git log Via log --format the log command creates xml output that can be parsed into these structs.