ae v0.0.2177 (2018-04-10T20:33:51Z)
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
;
}
Members
Variables
author
string
author
;
Undocumented in source.
committer
string
committer
;
entire lines - name, email and date
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