ParsedCommit
ParsedCommit =
object
Defined in: src/parsers/index.ts:664
Commit information from git log
Properties
abbrevHash
abbrevHash:
string
Defined in: src/parsers/index.ts:666
authorEmail
authorEmail:
string
Defined in: src/parsers/index.ts:669
authorName
authorName:
string
Defined in: src/parsers/index.ts:668
authorTimestamp
authorTimestamp:
number
Defined in: src/parsers/index.ts:670
body
body:
string
Defined in: src/parsers/index.ts:675
committerEmail
committerEmail:
string
Defined in: src/parsers/index.ts:672
committerName
committerName:
string
Defined in: src/parsers/index.ts:671
committerTimestamp
committerTimestamp:
number
Defined in: src/parsers/index.ts:673
hash
hash:
string
Defined in: src/parsers/index.ts:665
parents
parents:
string[]
Defined in: src/parsers/index.ts:667
subject
subject:
string
Defined in: src/parsers/index.ts:674