Optional configuration for the git diff command.

interface Diff {
    range?: git.Range;
    uri?: string;
}

Hierarchy (view full)

Properties

Properties

range?: git.Range

The Git revision range that will be used when calculating the diff.

uri?: string

The URI of the resource in the repository to get the diff. Can be an individual file or a directory.