ae v0.0.2824 (2020-10-12T01:09:09Z)
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
;
Authorship
parsedAuthor
[@property getter];
Authorship
parsedCommitter
[@property getter];
Authorship
parsedAuthor
[@property setter];
Authorship
parsedCommitter
[@property setter];
}
Members
Properties
parsedAuthor
Authorship
parsedAuthor
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
parsedAuthor
Authorship
parsedAuthor
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parsedCommitter
Authorship
parsedCommitter
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parsedCommitter
Authorship
parsedCommitter
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
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