aboutsummaryrefslogtreecommitdiffstats
path: root/git-rediff.1
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-09-24 23:19:13 +0200
committerMattias Andrée <m@maandree.se>2026-09-24 23:19:13 +0200
commit9b98f1a9222e5e96949bf74538a97900f2d847b1 (patch)
tree468ab35cb2ac75ef1c48d76189520ee9bad23495 /git-rediff.1
parentAdd conflcit resultions strategies and interactive mode, and a lot of tests (diff)
downloadgit-rediff-1.2.tar.gz
git-rediff-1.2.tar.bz2
git-rediff-1.2.tar.xz
Add --symmetricHEAD1.2master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'git-rediff.1')
-rw-r--r--git-rediff.122
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