mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 20:45:57 +03:00
fix function call
This commit is contained in:
parent
7ca7dfd3e2
commit
160eae4e22
@ -453,7 +453,7 @@ pub fn target_to_base_branch(
|
||||
.log(oid, project_repository::LogUntil::Commit(target.sha))
|
||||
.context("failed to get upstream commits")?
|
||||
.iter()
|
||||
.map(|commit| super::commit_to_remote_commit(&project_repository.git_repository, commit))
|
||||
.map(super::commit_to_remote_commit)
|
||||
.collect::<Result<Vec<_>>>()?;
|
||||
|
||||
// get some recent commits
|
||||
|
Loading…
Reference in New Issue
Block a user