mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-29 20:43:37 +03:00
Merge pull request #5027 from gitbutlerapp/reverse-patches-in-stack-series
This commit is contained in:
commit
3fc1687f86
@ -485,6 +485,7 @@ fn stack_series(
|
||||
commit_to_vbranch_commit(ctx, branch, &commit, is_integrated, false, None)?;
|
||||
patches.push(vcommit);
|
||||
}
|
||||
patches.reverse();
|
||||
api_series.push(PatchSeries {
|
||||
name: series.head.name,
|
||||
description: series.head.description,
|
||||
|
Loading…
Reference in New Issue
Block a user