ShowCommitDiffCommand constructor

ShowCommitDiffCommand(
  1. Repository repository,
  2. Commit thisCommit,
  3. Commit otherCommit
)

Implementation

ShowCommitDiffCommand(this.repository, this.thisCommit, this.otherCommit);