|
Code forensics
0.1
Generate historical information about code changes
|
#include <repo_processing.hpp>
Public Attributes | |
| git_oid | commit_oid |
| Original git commit iD. More... | |
| ir::CommitId | out_commit |
| Str | root |
| Root path for the analyzed entry. More... | |
| git_tree_entry * | entry |
| Entry to analyze. More... | |
| int | index |
| Task index in the global sequence. More... | |
| int | max_count |
| Maximum number of task to process. More... | |
| git_oid SubTaskParams::commit_oid |
Original git commit iD.
| git_tree_entry* SubTaskParams::entry |
Entry to analyze.
| int SubTaskParams::index |
Task index in the global sequence.
| int SubTaskParams::max_count |
Maximum number of task to process.
| ir::CommitId SubTaskParams::out_commit |
ID of the commit to append resulting file to
| Str SubTaskParams::root |
Root path for the analyzed entry.