From 9b98f1a9222e5e96949bf74538a97900f2d847b1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 24 Sep 2026 23:19:13 +0200 Subject: Add --symmetric MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- git-rediff.1 | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'git-rediff.1') 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 [ "...]" .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 -- cgit v1.3.1