Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
git
CommitStats
Class CommitStats
Index
Constructor methods
constructor
Properties
additions
deletions
files
id
repo
total
Methods
find_all
list_from_string
Constructor methods
constructor
(
repo
:
any
, id
:
any
, files
:
Array<any>
)
:
CommitStats
Parameters
repo:
any
id:
any
files:
Array<any>
Returns
CommitStats
Properties
public
additions
:
any
public
deletions
:
any
public
files
:
Array<any>
public
id
:
any
public
repo
:
any
public
total
:
any
Methods
public
static
find_all
(
repo
:
any
, reference
:
any
, callback
:
Function
)
Parameters
repo:
any
reference:
any
callback:
Function
public
static
find_all
(
repo
:
any
, reference
:
any
, options
:
any
, callback
:
Function
)
Parameters
repo:
any
reference:
any
options:
any
callback:
Function
public
static
list_from_string
(
repo
:
any
, text
:
string
)
:
CommitStats
[]
Parameters
repo:
any
text:
string
Returns
CommitStats
[]
Globals
git
Actor
Blame
BlameLine
Blob
Commit
CommitStats
constructor
additions
deletions
files
id
repo
total
find_all
list_from_string
Config
Diff
FileIndex
FileWindow
Git
GitFileOperations
GitIndex
GitObject
Head
LooseStorage
Merge
PackStorage
RawObject
Ref
Remote
Repo
Repository
Status
StatusFile
Submodule
Tag
Tree
UserInfo