.gitconfig: +merge.renamelimit=10000
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 18 Sep 2021 12:03:51 +0000 (14:03 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 18 Sep 2021 12:03:51 +0000 (14:03 +0200)
 - for LLVM

.gitconfig

index 191f05f..e37f907 100644 (file)
@@ -7,6 +7,7 @@
        defaultBranch = master
 [merge]
        conflictstyle = diff3
        defaultBranch = master
 [merge]
        conflictstyle = diff3
+       renamelimit = 10000
 [color]
        ui = never
 [pull]
 [color]
        ui = never
 [pull]