SVCS - English Documentation
Loading...
Searching...
No Matches
svcs::core::CommitInfo Struct Reference

Structure containing essential metadata for a single commit. More...

#include <RepositoryManager.hxx>

Public Attributes

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.

Detailed Description

Structure containing essential metadata for a single commit.


The documentation for this struct was generated from the following file: