Merge pull request #5027 from gitbutlerapp/reverse-patches-in-stack-series

This commit is contained in:
Kiril Videlov 2024-10-03 07:22:34 +02:00 committed by GitHub
commit 3fc1687f86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,