config/git: parallelize

This commit is contained in:
xeruf 2021-07-04 20:00:51 +02:00
parent f99e5be0ca
commit d59029e968
2 changed files with 9 additions and 2 deletions

View File

@ -8,9 +8,16 @@
recurse = true
[rerere]
enabled = true
# Accelerate packing by automatically determining thread count
# Parallelize
[pack]
threads = 0
[checkout]
workers = 0
[fetch]
parallel = 0
[submodule]
fetchJobs = 0
[pull]
ff = only

View File

@ -40,7 +40,7 @@ export CCACHE_DIR="$XDG_CACHE_HOME"/ccache
# environment
export IGNOREDIRS=".sync,.stfolder,.git,out,build,dev"
export EDITOR=/usr/bin/nvim
export LESS='--RAW-CONTROL-CHARS --ignore-case --incsearch'
export LESS='--RAW-CONTROL-CHARS --ignore-case --incsearch --jump-target=5'
# red stderr
test -f "/usr/lib/libstderred.so" && export LD_PRELOAD="/usr/lib/libstderred.so${LD_PRELOAD:+:$LD_PRELOAD}"
# software config