]> git.ipfire.org Git - thirdparty/git.git/commit - gitk-git/gitk
gitk: Kill back-end processes on window close
authorAlexander Gavrilov <angavrilov@gmail.com>
Sat, 12 Jul 2008 12:09:28 +0000 (16:09 +0400)
committerPaul Mackerras <paulus@samba.org>
Thu, 31 Jul 2008 10:29:44 +0000 (20:29 +1000)
commite2f90ee45c8b2d13a6c6b8a9f4bc3dce05408c99
treef27e97a370bbc2640e17c7dcda1590f4286e6014
parentc11ff120f359bd7bd79c425135f85e1dca5ae252
gitk: Kill back-end processes on window close

When collecting commits for a rarely changed, or recently
created file or directory, rev-list may work for a noticeable
period of time without producing any output.  Such processes
don't receive SIGPIPE for a while after gitk is closed, thus
becoming runaway CPU hogs.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk