|
SlHelpers
|
Properties of a branch stored in Branches. More...
#include <Branches.h>
Public Types | |
| using | BranchesList = std::vector< std::string > |
| List of branches. | |
Public Attributes | |
| bool | isBuild |
| Marked as build in branches.conf. | |
| bool | isPublish |
| Marked as publish in branches.conf. | |
| bool | isExcluded |
| One of master, stable, vanilla, or similar branches. | |
| std::chrono::year_month_day | eol |
| End of life for the branch. | |
| BranchesList | merges |
| What immediate branches this branch merges. | |
Properties of a branch stored in Branches.