Crate git_topic_stage
source ·Expand description
Git Topic Stage
This library implements a staging workflow to queue candidate topic branches into a single integration branch. Candidate topics are merged together into an integration branch. Topics which have been merged previously and recieve a new update are removed from the set and placed back at the end of the list of topics to be merged. This way a single topic branch cannot cause starvation in the rest of the topics.
Structs
- A topic branch which should be integrated into the stage.
- The results of a stage operation.
- A topic branch which has been staged.
- A manager for an integration branch.
- A branch for the stager.
Enums
- Results from integrating a topic.
- Why a commit is not a valid staging branch commit.
- Reasons an old topic was removed from the stage.
- Errors which may occur while managing a topic stage branch.
- Reasons for which a branch can be unstaged.