Skip to content

Commit 49d5e54

Browse files
LMGRalfJung
andauthored
Apply suggestions from code review
Co-authored-by: Ralf Jung <[email protected]>
1 parent cf71202 commit 49d5e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

josh-core/src/history.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ pub fn unapply_filter(
467467
// pushed, we can ignore those conflicts. To do that we perform the merge
468468
// twice: Once with the "ours" and once with the "theirs" merge file favor.
469469
// After that we do "unapply()" on both resulting trees, which will replace
470-
// The files selected by the filter with the content being pushed.
471-
// If our assumption was correct and all conflicts where in filtered files
470+
// the files selected by the filter with the content being pushed.
471+
// If our assumption was correct and all conflicts were in filtered files,
472472
// both resulting trees will be the same and we can pick the result to proceed.
473473

474474
let mut mergeopts = git2::MergeOptions::new();

0 commit comments

Comments
 (0)