Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/GitInterfaces
GitCommitDiffs
Interface GitCommitDiffs
interface
GitCommitDiffs
{
aheadCount
?:
number
;
allChangesIncluded
?:
boolean
;
baseCommit
?:
string
;
behindCount
?:
number
;
changeCounts
?:
{
[
key
:
number
]:
number
}
;
changes
?:
GitChange
[]
;
commonCommit
?:
string
;
targetCommit
?:
string
;
}
Index
Properties
ahead
Count?
all
Changes
Included?
base
Commit?
behind
Count?
change
Counts?
changes?
common
Commit?
target
Commit?
Properties
Optional
ahead
Count
aheadCount
?:
number
Optional
all
Changes
Included
allChangesIncluded
?:
boolean
Optional
base
Commit
baseCommit
?:
string
Optional
behind
Count
behindCount
?:
number
Optional
change
Counts
changeCounts
?:
{
[
key
:
number
]:
number
}
Optional
changes
changes
?:
GitChange
[]
Optional
common
Commit
commonCommit
?:
string
Optional
target
Commit
targetCommit
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ahead
Count
all
Changes
Included
base
Commit
behind
Count
change
Counts
changes
common
Commit
target
Commit
azure-devops-node-api
Loading...