From dc0ab73547759a4af713b81e5892ff1d98036107 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 27 Oct 2024 23:09:02 +0300 Subject: [PATCH] gitconfig --- home/user/.config/git/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/user/.config/git/config b/home/user/.config/git/config index 7cce3cc..333ff1b 100644 --- a/home/user/.config/git/config +++ b/home/user/.config/git/config @@ -38,11 +38,17 @@ [apply] whitespace = fix +[rerere] + enabled = true + [diff] mnemonicPrefix = true suppressBlankEmpty = true rename = copy submodule = short + algorithm = histogram + colormoved = default + colormovedws = allow-indentation-change [alias] a = "!git ls-files --exclude-standard -m --others -t | fzf -1 -0 -m --bind load:last --preview 'git diff --color=always {2}' | cut -d' ' -f2 | xargs -r git add"