On Thu, Oct 24, 2019 at 10:25 AM Balázs Bayer <balaz...@gmail.com> wrote:Hi all,which diff algorithm is used by Gerrit by default, where can I change it, and if possible, which algorithms can be selected?The documentation mentions the JGIT related config here: :https://gerrit-review.googlesource.com/Documentation/config-gerrit.html#jgitConfigBut it does not go into the details.Gerrit version: 2.16.3see https://git-scm.com/docs/git-config#Documentation/git-config.txt-diffalgorithm for the configuration option "diff.algorithm"JGit supports the algorithms "myers" and "histogram" and uses "histogram" as the default since it's faster and typicallycreates nicer diffs for real world source files [1].