mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 10:33:21 +03:00
fix an missed call site
This commit is contained in:
parent
99ebced634
commit
64d2641e70
@ -466,7 +466,7 @@ impl StackExt for Stack {
|
||||
let head_commit =
|
||||
commit_by_oid_or_change_id(&head.target, ctx, self.head(), &default_target)?.id();
|
||||
let local_patches = repo
|
||||
.log(head_commit, LogUntil::Commit(previous_head))?
|
||||
.log(head_commit, LogUntil::Commit(previous_head), false)?
|
||||
.iter()
|
||||
.rev() // oldest commit first
|
||||
.map(|c| match c.change_id() {
|
||||
|
Loading…
Reference in New Issue
Block a user