commit - 26e6f38e73535ec12ae2ba9e4f78cd6f41b14c63
commit + 41e8d27de3dea9d283199eb2e1a7f6a98ee9286f
blob - 52b2067e76aa6fd1c89b05b078332d4681b010f3
blob + 30d0b7d88189f5969dd01deb66e8f9196bac64d3
--- tog/tog.1
+++ tog/tog.1
Toggle display of whitespace-only changes.
.It Cm A
Change the diff algorithm.
-Supported diff algorithms are Myers and Patience.
+Supported diff algorithms are Myers (quick and dirty) and
+Patience (slow and tidy).
This is a global setting which also affects the
.Cm blame
view.
(default: 1).
.It Cm A
Change the diff algorithm.
-Supported diff algorithms are Myers and Patience.
+Supported diff algorithms are Myers (quick and dirty) and
+Patience (slow and tidy).
This is a global setting which also affects the
.Cm diff
view.
.It Ev TOG_DIFF_ALGORITHM
Determines the default diff algorithm used by
.Nm .
-Valid values are
+Supported diff algorithms are Myers (quick and dirty) and
+Patience (slow and tidy).
+Valid values for
+.Ev TOG_DIFF_ALGORITHM
+are
.Dq patience
and
.Dq myers .