Skip to content

Commit

Permalink
Merge pull request #1704 from GitoxideLabs/fix-1703
Browse files Browse the repository at this point in the history
fix: `gix merge file` now uses `THEIRS` instead of `OURS` where needed (#1703)
  • Loading branch information
Byron authored Nov 25, 2024
2 parents 39227a9 + 0727b56 commit e8ce25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plumbing/options/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ pub mod merge {
#[clap(value_name = "BASE", value_parser = crate::shared::AsBString)]
base: BString,
/// A path or revspec to their file.
#[clap(value_name = "OURS", value_parser = crate::shared::AsBString)]
#[clap(value_name = "THEIRS", value_parser = crate::shared::AsBString)]
theirs: BString,
},

Expand Down

0 comments on commit e8ce25f

Please sign in to comment.