-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new sequencer object #288
Conversation
Current Aviator status
This PR was merged using Aviator. Stack
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
FlexReview SummaryBased on the code complexity and the author's expertise score, these are the suggested reviewers:
See the list of alternate reviewers in the detailed breakdown below. Detailed BreakdownAuthor’s expertise score for the modified files:
† Indicates that the file doesn't need an expert review. (?) See full breakdown of the reviewers on the Aviator webapp. |
This PR is stacked on top of #287 which was merged. This PR (and its dependents) need to be synchronized on the commit that was merged into # Switch to this branch
git checkout new_sync
# Sync this branch (and its children) on top of the merge commit
av stack sync
# Optionally update pull requests to match new stack
av stack submit |
This PR is stacked on top of #289 which was merged. This PR (and its dependents) need to be synchronized on the commit that was merged into # Switch to this branch
git checkout new_sync
# Sync this branch (and its children) on top of the merge commit
av stack sync
# Optionally update pull requests to match new stack
av stack submit |
945c8d3
to
18acdaa
Compare
This is similar to git's sequencer, but it's for re-stacking branches. https://github.com/git/git/blob/master/sequencer.h This object is responsible for re-stacking branches based on the planned operations.
This is similar to git's sequencer, but it's for re-stacking branches.
https://github.com/git/git/blob/master/sequencer.h
This object is responsible for re-stacking branches based on the planned
operations.