Code forensics
0.1
Generate historical information about code changes
|
ORM wrapper for the commit data. More...
#include <git_ir.hpp>
Public Member Functions | |
orm_commit () | |
orm_commit (CommitId _id, CR< Commit > base) | |
Public Attributes | |
CommitId | id |
![]() | |
AuthorId | author |
i64 | time |
references unique author id More... | |
int | timezone |
posix time More... | |
Str | hash |
timezone where commit was taken More... | |
int | period |
git hash of the commit More... | |
Str | message |
Number of the period that commit was attributed to. More... | |
Vec< EditedFile > | edited_files |
Commit message. More... | |
Vec< RenamedFile > | renamed_files |
Additional Inherited Members | |
![]() | |
using | id_type = CommitId |
ORM wrapper for the commit data.
|
inline |
|
inline |
CommitId ir::orm_commit::id |