useGit API
Preparing search index...
DiffOptions
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
flags?
Properties
Optional
flags
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"
)
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
flags
useGit API
Loading...
Options for diff.