parseGitLog
parseGitLog(
stdout):ParsedCommit[]
Defined in: src/parsers/index.ts:692
Parse git log output with our custom format
Parameters
stdout
string
Raw stdout from git log --format=<GIT_LOG_FORMAT>
Returns
Parsed commits
parseGitLog(
stdout):ParsedCommit[]
Defined in: src/parsers/index.ts:692
Parse git log output with our custom format
string
Raw stdout from git log --format=<GIT_LOG_FORMAT>
Parsed commits