fix: merge extraConfig into settings (deprecated extraConfig)
This commit is contained in:
parent
666f10ad06
commit
203630ca60
1 changed files with 0 additions and 3 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue