|
SVCS - English Documentation
|
Structure to hold the metadata for a single branch. More...
#include <BranchManager.hxx>
Public Member Functions | |
| Branch () | |
| Default constructor. | |
| Branch (std::string name, std::string head_commit, bool is_current=false) | |
| Constructor for the Branch structure. | |
Structure to hold the metadata for a single branch.
|
inline |
Constructor for the Branch structure.
| name | The branch name. |
| head_commit | The hash of the commit this branch points to. |
| is_current | Flag indicating if the branch is active. |