Skip to content

Commit e8ce25f

Browse files
authored
Merge pull request #1704 from GitoxideLabs/fix-1703
fix: `gix merge file` now uses `THEIRS` instead of `OURS` where needed (#1703)
2 parents 39227a9 + 0727b56 commit e8ce25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plumbing/options/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ pub mod merge {
406406
#[clap(value_name = "BASE", value_parser = crate::shared::AsBString)]
407407
base: BString,
408408
/// A path or revspec to their file.
409-
#[clap(value_name = "OURS", value_parser = crate::shared::AsBString)]
409+
#[clap(value_name = "THEIRS", value_parser = crate::shared::AsBString)]
410410
theirs: BString,
411411
},
412412

0 commit comments

Comments
 (0)