Merge branch 'dg/run-command-child-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Sat, 15 Sep 2012 04:39:37 +0000 (21:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Sep 2012 04:39:37 +0000 (21:39 -0700)
commit5816cc7ca14c476ab34142eb05b817df9a7240cf
tree9225cc2886ae3cf3e81cf14206ed706f62d0830b
parentcd14f3e17cf60c478ef4e921fc622b6164cb2f25
parentbdee397d7c2345d467548ef9446a2a63b72c5449
Merge branch 'dg/run-command-child-cleanup'

The code to wait for subprocess and remove it from our internal queue
wasn't quite right.

* dg/run-command-child-cleanup:
  run-command.c: fix broken list iteration in clear_child_for_cleanup
run-command.c