Code forensics
0.1
Generate historical information about code changes
|
single commit by author, taken at some point in time More...
#include <git_ir.hpp>
Public Types | |
using | id_type = CommitId |
Public Attributes | |
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 |
single commit by author, taken at some point in time
using ir::Commit::id_type = CommitId |
AuthorId ir::Commit::author |
Vec<EditedFile> ir::Commit::edited_files |
Commit message.
Str ir::Commit::hash |
timezone where commit was taken
Str ir::Commit::message |
Number of the period that commit was attributed to.
int ir::Commit::period |
git hash of the commit
Vec<RenamedFile> ir::Commit::renamed_files |
i64 ir::Commit::time |
references unique author id
int ir::Commit::timezone |
posix time