File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -467,8 +467,8 @@ pub fn unapply_filter(
467
467
// pushed, we can ignore those conflicts. To do that we perform the merge
468
468
// twice: Once with the "ours" and once with the "theirs" merge file favor.
469
469
// 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,
472
472
// both resulting trees will be the same and we can pick the result to proceed.
473
473
474
474
let mut mergeopts = git2:: MergeOptions :: new ( ) ;
You can’t perform that action at this time.
0 commit comments