ICommit.

DiffPaths Property

Summary

Gets the paths of files changed in this commit relative to its first parent.
Namespace
GitVersion.Git
Containing Type
ICommit

Syntax

IReadOnlyList<string> DiffPaths { get; }

Value

Type Description
IReadOnlyList<string>
GitHub