[Programs/Git] Detect renames by default

This commit is contained in:
Antoine Viallon 2023-04-05 16:27:58 +02:00
parent 53e162491e
commit cdc58f8f04
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -15,6 +15,7 @@
commit.gpgSign = lib.mkDefault true;
diff = {
algorithm = "histogram";
renames = true;
};
feature = {
manyFiles = true;