Preparing search index...
The search index is not available
lint-changes - v1.0.0
lint-changes
listCommits
Function listCommits
list
Commits
(
git
,
__namedParameters
)
:
Promise
<
string
[]
>
Lists all commits between the given refs, including
latestRef
.
Parameters
git
:
Readonly
<
SimpleGit
>
__namedParameters
:
{
baseRef
:
string
;
latestRef
:
string
;
}
base
Ref
:
string
latest
Ref
:
string
Returns
Promise
<
string
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
lint-changes - v1.0.0
Loading...
Lists all commits between the given refs, including
latestRef
.