config/git: parallelize
This commit is contained in:
parent
f99e5be0ca
commit
d59029e968
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue