From 18d05903c7f421851aca0345a5c9b3853e1b386e Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 17 Dec 2025 10:57:54 +0000 Subject: [PATCH] Add DIFF_RENAME_SIMILARITY_THRESHOLD (#316) Co-authored-by: silverwind Co-committed-by: silverwind --- docs/administration/config-cheat-sheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/administration/config-cheat-sheet.md b/docs/administration/config-cheat-sheet.md index c97f8cb8..963e2108 100644 --- a/docs/administration/config-cheat-sheet.md +++ b/docs/administration/config-cheat-sheet.md @@ -1203,6 +1203,7 @@ Synchronize external user data (only LDAP user synchronization is supported) - `LARGE_OBJECT_THRESHOLD`: **1048576**: (Go-Git only), don't cache objects greater than this in memory. (Set to 0 to disable.) - `DISABLE_CORE_PROTECT_NTFS`: **false** Set to true to forcibly set `core.protectNTFS` to false. - `DISABLE_PARTIAL_CLONE`: **false** Disable the usage of using partial clones for git. +- `DIFF_RENAME_SIMILARITY_THRESHOLD`: **50%** Set the similarity threshold passed to git commands via `--find-renames=`. Default is 50%, the same as git. Must be a integer percentage between 0% and 100%. ### Git - Timeout settings (`git.timeout`)