Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
git
Blame
Class Blame
Index
Constructor methods
constructor
Properties
commit
file
lines
repo
Constructor methods
constructor
(
repo
:
Repo
, file
:
string
, callback
:
(err: any, blame: "git".Blame) => void
)
:
Blame
Parameters
repo:
Repo
file:
string
callback:
(err: any, blame: "git".Blame) => void
Returns
Blame
constructor
(
repo
:
Repo
, file
:
string
, commit
:
string
, callback
:
(err: any, blame: "git".Blame) => void
)
:
Blame
Parameters
repo:
Repo
file:
string
commit:
string
callback:
(err: any, blame: "git".Blame) => void
Returns
Blame
Properties
public
commit
:
string
public
file
:
string
public
lines
:
BlameLine
[]
public
repo
:
Repo
Globals
git
Actor
Blame
constructor
commit
file
lines
repo
BlameLine
Blob
Commit
CommitStats
Config
Diff
FileIndex
FileWindow
Git
GitFileOperations
GitIndex
GitObject
Head
LooseStorage
Merge
PackStorage
RawObject
Ref
Remote
Repo
Repository
Status
StatusFile
Submodule
Tag
Tree
UserInfo