ISPO SDK
    Preparing search index...

    Interface ExternalGitChangedFile

    Markdown
    interface ExternalGitChangedFile {
        diff?: string;
        path: string;
        staged: boolean;
        status: string;
    }
    Index
    diff?: string

    Unified diff with slot-relative a/ and b/ headers.

    path: string

    Slot-relative path. Never absolute, never repository-relative.

    staged: boolean
    status: string