Is it possible to configure the similarity index when comparing to a branch/tag/etc? If I were doing this from the command line I would be using the -M/--find-renames flag For example if I wanted to lower the threshold to 20 (from the default 50) ```bash git diff -M20 <commit> ```