ae v0.0.2502 (2019-12-15T20:24:35Z)
Home
Dub
Repo
GitObject.ParsedCommit
ae
sys
git
GitObject
Undocumented in source.
struct
GitObject
struct
ParsedCommit {
Hash
tree
;
Hash
[]
parents
;
string
author
;
string
committer
;
string
[]
message
;
string
[]
gpgsig
;
}
Members
Variables
author
string
author
;
Undocumented in source.
committer
string
committer
;
entire lines - name, email and date
gpgsig
string
[]
gpgsig
;
Undocumented in source.
message
string
[]
message
;
Undocumented in source.
parents
Hash
[]
parents
;
Undocumented in source.
tree
Hash
tree
;
Undocumented in source.
Meta
Source
See Implementation
ae
sys
git
GitObject
functions
parseCommit
parseTree
static functions
createCommit
createTree
structs
ParsedCommit
TreeEntry
variables
data
hash
type