1
0
dotfiles/.gitconfig

31 lines
446 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
2021-12-05 18:58:24 +03:00
compression = 1
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
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]
writeReverseIndex = true
2021-11-18 19:18:07 +03:00
useSparse = 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