git4s.data.GitCommitLog
See theGitCommitLog companion object
case class GitCommitLog(commitId: CommitId, merge: Option[(CommitId, CommitId)], author: CommitAuthor, date: CommitDate, message: CommitMessage)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article