useGit API
    Preparing search index...

    Interface DiffOptions

    Options for diff.

    interface DiffOptions {
        flags?: (
            | "--quiet"
            | "--patch"
            | "--stat"
            | "--numstat"
            | "--shortstat"
            | "--name-only"
            | "--name-status"
            | "--cached"
            | "--merge-base"
            | "--no-index"
            | "--raw"
            | "--ignore-all-space"
            | "--ignore-space-at-eol"
            | "--ignore-cr-at-eol"
        )[];
    }
    Index

    Properties

    Properties

    flags?: (
        | "--quiet"
        | "--patch"
        | "--stat"
        | "--numstat"
        | "--shortstat"
        | "--name-only"
        | "--name-status"
        | "--cached"
        | "--merge-base"
        | "--no-index"
        | "--raw"
        | "--ignore-all-space"
        | "--ignore-space-at-eol"
        | "--ignore-cr-at-eol"
    )[]