Merge up to point in stack #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patman/merge-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added i param to stack filter to ensure "Merge Stack" and "Squash Stack" and "Delete Stack" only do commits up to and including the currently viewed one. So in a stack {1, 2, 3} with view on 2, pressing Merge Stack will only attempt 1 and 2 and leave 3 unmerged.