Structure containing essential metadata for a single commit.
More...
#include <RepositoryManager.hxx>
|
|
std::string | hash |
| | The unique identifier (hash) of the commit.
|
|
std::string | message |
| | The message provided by the user when creating the commit.
|
|
int | files_count = 0 |
| | The count of files included in this commit.
|
|
std::string | author |
| | The author or user who created the commit.
|
|
std::string | timestamp |
| | Timestamp of when the commit was created.
|
|
std::string | branch |
| | The branch this commit belongs to.
|
Structure containing essential metadata for a single commit.
The documentation for this struct was generated from the following file: