Skip to content

Commit f86cacc

Browse files
committed
adapt to changes in gix-merge
1 parent 8fc78d1 commit f86cacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitoxide-core/src/repository/merge.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub fn file(
8383
other: Some(theirs.as_bstr()),
8484
};
8585
let mut buf = repo.empty_reusable_buffer();
86-
let (pick, resolution) = platform.merge(&mut buf, labels, repo.command_context()?)?;
86+
let (pick, resolution) = platform.merge(&mut buf, labels, &repo.command_context()?)?;
8787
let buf = platform.buffer_by_pick(pick).unwrap_or(&buf);
8888
out.write_all(buf)?;
8989

0 commit comments

Comments
 (0)