pull upstream changes from gitstatus

This commit is contained in:
romkatv 2019-03-23 11:29:48 +01:00
parent cea3f32d59
commit 4be593ee5b
5 changed files with 5 additions and 1 deletions

View file

@ -221,7 +221,11 @@ function gitstatus_start() {
# We use `zsh -c` instead of plain {} or () to work around bugs in zplug. It hangs on startup.
zsh -xc "
${(q)daemon} --lock-fd=3 --dirty-max-index-size=$max_dirty --num-threads=$threads
${(q)daemon} \
--lock-fd=3 \
--sigwinch-pid=$$ \
--num-threads=$threads \
--dirty-max-index-size=$max_dirty
echo -nE $'bye\x1f0\x1e'
" <&$req_fd >&$resp_fd 2>$log_file 3<$lock_file &!