Preparing search index...
The search index is not available
@pierred/node-git
@pierred/node-git
Commit
Interface Commit
Represent a commit.
interface
Commit
{
author
:
CommitAuthor
;
commit
:
string
;
date
:
string
;
merged
:
null
|
CommitMergeResult
;
message
:
string
[]
;
}
Index
Properties
author
commit
date
merged
message
Properties
author
author
:
CommitAuthor
commit
commit
:
string
date
date
:
string
merged
merged
:
null
|
CommitMergeResult
If null, it means the commit is not a merge commit.
message
message
:
string
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
author
commit
date
merged
message
@pierred/node-git
Loading...
Generated using
TypeDoc
Represent a commit.