[Git][reproducible-builds/diffoscope][master] Reduce fuzzy threshold to 110. (Closes: reproducible-builds/diffoscope#233)
Chris Lamb
gitlab at salsa.debian.org
Wed Jan 27 12:00:25 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
c0a19a22 by Chris Lamb at 2021-01-27T11:58:52+00:00
Reduce fuzzy threshold to 110. (Closes: reproducible-builds/diffoscope#233)
- - - - -
1 changed file:
- diffoscope/config.py
Changes:
=====================================
diffoscope/config.py
=====================================
@@ -56,7 +56,7 @@ class Config:
self.difftool = None
self.diff_masks = ()
self.new_file = False
- self.fuzzy_threshold = 120
+ self.fuzzy_threshold = 110
self.enforce_constraints = True
self.excludes = ()
self.exclude_commands = ()
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/c0a19a221efdd46bb02cdccd40d081423d8bb880
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/c0a19a221efdd46bb02cdccd40d081423d8bb880
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210127/8cd4766b/attachment.htm>
More information about the rb-commits
mailing list