mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 02:26:14 +03:00
fix - stack / requires force
Toggle on 'requires force push' if there are upstream only patches (so that they can be overriden)
This commit is contained in:
parent
99ada05663
commit
74e35f86cf
@ -236,6 +236,9 @@ pub(crate) fn stack_series(
|
||||
}
|
||||
}
|
||||
upstream_patches.reverse();
|
||||
if !upstream_patches.is_empty() {
|
||||
requires_force = true;
|
||||
}
|
||||
api_series.push(PatchSeries {
|
||||
name: series.head.name,
|
||||
description: series.head.description,
|
||||
|
Loading…
Reference in New Issue
Block a user