]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/stop-pack-objects-when-fetch-is-killed'
authorJunio C Hamano <gitster@pobox.com>
Thu, 3 Dec 2020 08:18:07 +0000 (00:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Dec 2020 08:18:07 +0000 (00:18 -0800)
"git fetch" that is killed may leave a pack-objects process behind,
still computing to find a good compression, wasting cycles.  This
has been corrected.

* jk/stop-pack-objects-when-fetch-is-killed:
  upload-pack: kill pack-objects helper on signal or exit

1  2 
upload-pack.c

diff --cc upload-pack.c
Simple merge