1
0
dotfiles/.gitconfig

36 lines
545 B
INI
Raw Normal View History

2021-11-08 08:32:59 +03:00
[commit]
gpgSign = false
2021-12-05 18:58:24 +03:00
[core]
2022-07-29 09:24:07 +03:00
abbrev = 8
2023-11-23 12:26:41 +03:00
bigFileThreshold = 16m
2024-01-27 11:24:27 +03:00
compression = 5
2021-03-21 18:25:10 +03:00
[credential]
helper = cache --timeout=86400
2021-12-08 23:46:00 +03:00
[fetch]
writeCommitGraph = true
2021-03-21 18:25:10 +03:00
[gc]
2021-05-04 12:33:38 +03:00
aggressiveDepth = 100
2021-11-08 08:32:59 +03:00
aggressiveWindow = 500
2021-03-21 18:25:10 +03:00
auto = 0
2023-11-23 12:26:41 +03:00
bigPackThreshold = 512m
2021-05-04 12:33:38 +03:00
pruneExpire = now
2022-07-20 00:11:48 +03:00
[init]
defaultBranch = main
2021-11-08 08:32:59 +03:00
[maintainance]
auto = false
[pack]
2024-01-27 11:24:27 +03:00
compression = 7
2023-11-23 12:26:41 +03:00
packSizeLimit = 1g
2022-09-01 13:57:30 +03:00
threads = 4
2021-11-18 19:18:07 +03:00
useSparse = true
2022-09-01 13:57:30 +03:00
writeReverseIndex = true
2021-12-05 18:58:24 +03:00
[pull]
ff = only
2021-03-21 18:25:10 +03:00
[push]
default = simple
gpgSign = false
2021-05-04 12:33:38 +03:00
[receive]
autogc = false
2021-12-08 23:46:00 +03:00
[repack]
2021-11-08 08:32:59 +03:00
writeBitmaps = true