Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
git
FileIndex
Class FileIndex
Index
Constructor methods
constructor
Properties
all_files
commit_index
commit_order
index_file
repo_path
sha_count
Methods
commits_for
commits_from
count
count_all
files
last_commits
sort_commits
Constructor methods
constructor
(
repoPath
:
any
, callback
:
Function
)
:
FileIndex
Parameters
repoPath:
any
callback:
Function
Returns
FileIndex
Properties
public
all_files
:
any
public
commit_index
:
any
public
commit_order
:
any
public
index_file
:
any
public
repo_path
:
any
public
sha_count
:
any
Methods
public
commits_for
(
file
:
any
, callback
:
Function
)
Parameters
file:
any
callback:
Function
public
commits_from
(
commitSha
:
any
, callback
:
Function
)
Parameters
commitSha:
any
callback:
Function
public
count
(
commitSha
:
any
, callback
:
Function
)
Parameters
commitSha:
any
callback:
Function
public
count_all
(
callback
:
Function
)
Parameters
callback:
Function
public
files
(
commitSha
:
any
, callback
:
Function
)
Parameters
commitSha:
any
callback:
Function
public
last_commits
(
commitSha
:
any
, filesMatcher
:
any
, callback
:
Function
)
Parameters
commitSha:
any
filesMatcher:
any
callback:
Function
public
sort_commits
(
shaArray
:
Array<any>
)
:
Array<any>
Parameters
shaArray:
Array<any>
Returns
Array<any>
Globals
git
Actor
Blame
BlameLine
Blob
Commit
CommitStats
Config
Diff
FileIndex
constructor
all_files
commit_index
commit_order
index_file
repo_path
sha_count
commits_for
commits_from
count
count_all
files
last_commits
sort_commits
FileWindow
Git
GitFileOperations
GitIndex
GitObject
Head
LooseStorage
Merge
PackStorage
RawObject
Ref
Remote
Repo
Repository
Status
StatusFile
Submodule
Tag
Tree
UserInfo