Ragex. Git. Commit
(Ragex v0.18.0)
View Source
A parsed git commit with metadata.
Fields
:sha-- full commit hash:short_sha-- abbreviated hash (first 8 chars):author-- author name:email-- author email:date--DateTimeof the commit:message-- full commit message:summary-- first line of the commit message:files_changed-- list of{path, status}tuples (populated bylogwith--name-status)