commit 41e8d27de3dea9d283199eb2e1a7f6a98ee9286f from: Stefan Sperling date: Sun Jul 03 11:36:29 2022 UTC tog man page: provide a hint about differences between Myers and Patience commit - 26e6f38e73535ec12ae2ba9e4f78cd6f41b14c63 commit + 41e8d27de3dea9d283199eb2e1a7f6a98ee9286f blob - 52b2067e76aa6fd1c89b05b078332d4681b010f3 blob + 30d0b7d88189f5969dd01deb66e8f9196bac64d3 --- tog/tog.1 +++ tog/tog.1 @@ -305,7 +305,8 @@ Find the Nth previous line which matches the current s 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. @@ -395,7 +396,8 @@ Find the Nth previous line which matches the current s (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. @@ -584,7 +586,11 @@ work tree, use the repository path associated with thi .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 .