From b2f555ca11a74ab5aa2263cd2d16648295935956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 19 Dec 2020 12:58:24 +0000 Subject: [PATCH] up rename limit --- nixos/git/home.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nixos/git/home.nix b/nixos/git/home.nix index c0c6cf26..9668d590 100644 --- a/nixos/git/home.nix +++ b/nixos/git/home.nix @@ -13,12 +13,14 @@ }; }; extraConfig = { - credential = { helper ="cache"; }; colour.ui = true; + credential = { helper ="cache"; }; + diff.renameLimit = 2048; + diff.renames = "copy"; help.autocorrect = 1; - push.default = "simple"; - pull.ff = "only"; mergetool.keepBackup = false; + pull.ff = "only"; + push.default = "simple"; }; aliases = {