diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index 44c4f78debf6..0a8a3d087742 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -851,7 +851,7 @@ git.file.history.full=true git.file.history.full.description=Adds "--full-history --simplify-merges" to git log arguments when retrieving history for a file. \ This may sometimes result in empty merges being shown in the file history. \ However, skipping this arguments hides some side branches if the end result is the same. -git.diff.renameLimit.infinity=true +git.diff.renameLimit.infinity=false git.diff.renameLimit.infinity.description=Sets diff.renameLimit configuration variable to zero. \ Essentially this variable tells Git the maximal size of commit for which perform rename detection.\ Switching this option on may lead to increased memory consumption by a Git process.\