mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Programs/Git] Detect renames by default
This commit is contained in:
parent
53e162491e
commit
cdc58f8f04
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
commit.gpgSign = lib.mkDefault true;
|
commit.gpgSign = lib.mkDefault true;
|
||||||
diff = {
|
diff = {
|
||||||
algorithm = "histogram";
|
algorithm = "histogram";
|
||||||
|
renames = true;
|
||||||
};
|
};
|
||||||
feature = {
|
feature = {
|
||||||
manyFiles = true;
|
manyFiles = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue