1
0
Files
dotfiles/.gitconfig
Konstantin Demin b12c01b3cb
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
git: refresh
2025-05-02 15:27:13 +03:00

56 lines
928 B
INI

[advice]
detachedHead = false
resetNoRefresh = false
skippedCherryPicks = false
statusAheadBehind = false
statusUoption = false
suggestDetachingHead = false
[commit]
gpgSign = false
[core]
abbrev = 10
bigFileThreshold = 16m
compression = 7
deltaBaseCacheLimit = 128m
looseCompression = 2
[credential]
helper = cache --timeout=86400
[fetch]
writeCommitGraph = true
[gc]
aggressiveDepth = 100
aggressiveWindow = 500
auto = 0
bigPackThreshold = 1g
pruneExpire = now
[grep]
threads = 2
[index]
threads = 2
[init]
defaultBranch = main
[log]
showSignature = false
[maintainance]
auto = false
[pack]
compression = 7
deltaCacheLimit = 2048
packSizeLimit = 1g
threads = 4
useSparse = true
writeBitmapLookupTable = true
writeReverseIndex = true
[pull]
ff = only
[push]
default = simple
gpgSign = false
[receive]
autogc = false
keepAlive = 25
[reftable]
blockSize = 65536
[repack]
writeBitmaps = true