Commit
Commit =
object
Defined in: src/core/repo.ts:233
Commit information
Properties
abbrevHash
abbrevHash:
string
Defined in: src/core/repo.ts:235
author
author:
object
Defined in: src/core/repo.ts:237
email:
string
name
name:
string
timestamp
timestamp:
number
body
body:
string
Defined in: src/core/repo.ts:248
committer
committer:
object
Defined in: src/core/repo.ts:242
email:
string
name
name:
string
timestamp
timestamp:
number
hash
hash:
string
Defined in: src/core/repo.ts:234
parents
parents:
string[]
Defined in: src/core/repo.ts:236
subject
subject:
string
Defined in: src/core/repo.ts:247