Git: update config

This commit is contained in:
Filippo Berto 2025-03-04 17:47:59 +01:00
parent 340bb92f25
commit fd7740859a
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -100,12 +100,14 @@ in
# };
extraConfig = {
"add.interactive".useBuiltin = false;
credential.helper = "libsecret";
branch.sort = "-committerdate";
column.ui = "auto";
commit.gpgSign = true;
core = {
editor = "hx";
fsmonitor = true;
};
credential.helper = "libsecret";
delta = {
line-numbers = true;
navigate = true;
@ -113,6 +115,7 @@ in
wrap-max-lines = "unlimited";
};
diff = {
algorithm = "historgram";
colorMoved = "default";
guitool = "meld";
tool = "meld";
@ -124,12 +127,15 @@ in
tool = "meld";
};
pull.rebase = true;
rebase.autoStash = true;
rebase.autoSquash = true;
rebase = {
autoStash = true;
autoSquash = true;
};
rerere = {
enabled = true;
autoUpdate = true;
};
tag.sort = "version:refname";
user.signingKey = "berto.f@protonmail.com";
};
lfs.enable = true;