diff options
| author | Mattias Andrée <m@maandree.se> | 2026-09-24 23:19:13 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-09-24 23:19:13 +0200 |
| commit | 9b98f1a9222e5e96949bf74538a97900f2d847b1 (patch) | |
| tree | 468ab35cb2ac75ef1c48d76189520ee9bad23495 /git-rediff.1 | |
| parent | Add conflcit resultions strategies and interactive mode, and a lot of tests (diff) | |
| download | git-rediff-90d02a391562d751e299b65ad860b29eb0f66654.tar.gz git-rediff-90d02a391562d751e299b65ad860b29eb0f66654.tar.bz2 git-rediff-90d02a391562d751e299b65ad860b29eb0f66654.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'git-rediff.1')
| -rw-r--r-- | git-rediff.1 | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/git-rediff.1 b/git-rediff.1 index 84598d5..e06a9fb 100644 --- a/git-rediff.1 +++ b/git-rediff.1 @@ -3,9 +3,9 @@ git-rediff - Reduce partially resolved merge conflicts .SH SYNOPSIS .B git rediff -.RB [ --no-reduce ] -.RB [ --merge | --select-head | --select-tail ] +.RB [ --merge | --symmetric | --select-head | --select-tail ] .RB [ --remove-base ] +.RB [ --no-reduce ] .RB [ -i ] .RI [ <path> "...]" .SH DESCRIPTION @@ -40,6 +40,21 @@ Applied before Disable .BR --merge . .TP +.B -y +.TQ +.B --symmetric +When the top and bottom branches are identical, select their +content if all other branches are identical to each other. + +Applied before +.BR --reduce . +.TP +.B --no-symmetric +Disable +.BR --symmetric . +.TP +.B -r +.TQ .B --reduce Enable reduction of remaining conflicts. (Default) .TP @@ -95,6 +110,9 @@ Remove the middle branch (three-way conflicts only). .B m Apply merge selection. .TP +.B y +Select symmetric branches. +.TP .B r Reduce the conflict. .TP |
