ShowCommitDiffCommand constructor
ShowCommitDiffCommand(
- Repository repository,
- Commit thisCommit,
- Commit otherCommit
Implementation
ShowCommitDiffCommand(this.repository, this.thisCommit, this.otherCommit);