fix: merge extraConfig into settings (deprecated extraConfig)

This commit is contained in:
mikl 2026-07-01 17:16:42 +03:00
parent 666f10ad06
commit 203630ca60

View file

@ -25,10 +25,7 @@
# Better diff algorithm (longer but faster on large files) # Better diff algorithm (longer but faster on large files)
diff.algorithm = "histogram"; diff.algorithm = "histogram";
};
# Extra config that doesn't fit standard options
extraConfig = {
# Use osxkeychain for forgejo and other HTTPS remotes # Use osxkeychain for forgejo and other HTTPS remotes
credential.helper = "osxkeychain"; credential.helper = "osxkeychain";
"credential.https://git.iscg.dev.helper" = "osxkeychain"; "credential.https://git.iscg.dev.helper" = "osxkeychain";