1
0
dotfiles/.gitconfig

23 lines
354 B
INI
Raw Normal View History

2021-11-08 08:32:59 +03:00
[commit]
gpgSign = false
2021-03-21 18:25:10 +03:00
[credential]
helper = cache --timeout=86400
[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
2021-05-04 12:33:38 +03:00
pruneExpire = now
2021-11-08 08:32:59 +03:00
[fetch]
writeCommitGraph = true
[maintainance]
auto = false
[pack]
writeReverseIndex = true
useSaprse = true
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-11-08 08:32:59 +03:00
writeBitmaps = true