All of lore.kernel.org
 help / color / mirror / Atom feed
* [updated patch v2 0/2] Improve remote helper exec failure reporting
@ 2009-12-31 10:48 Ilari Liusvaara
  2009-12-31 10:48 ` [updated patch v2 1/2] Report exec errors from run-command Ilari Liusvaara
  2009-12-31 10:48 ` [updated patch v2 2/2] Improve transport helper exec failure reporting Ilari Liusvaara
  0 siblings, 2 replies; 4+ messages in thread
From: Ilari Liusvaara @ 2009-12-31 10:48 UTC (permalink / raw)
  To: git

Changes since updated patch (second round):
- Work around deadlock with pager.
- Fix exec reporting if read end of report pipe winds up to be fd #0.
- Limit number of retries in force_close for unexpected errors.

Ilari Liusvaara (2):
  Report exec errors from run-command
  Improve transport helper exec failure reporting

 Makefile               |    1 +
 run-command.c          |  103 ++++++++++++++++++++++++++++++++++++++++++++++--
 t/t0061-run-command.sh |   13 ++++++
 test-run-command.c     |   35 ++++++++++++++++
 transport-helper.c     |   14 +++++--
 5 files changed, 158 insertions(+), 8 deletions(-)
 create mode 100755 t/t0061-run-command.sh
 create mode 100644 test-run-command.c

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-31 16:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-31 10:48 [updated patch v2 0/2] Improve remote helper exec failure reporting Ilari Liusvaara
2009-12-31 10:48 ` [updated patch v2 1/2] Report exec errors from run-command Ilari Liusvaara
2009-12-31 16:22   ` Johannes Sixt
2009-12-31 10:48 ` [updated patch v2 2/2] Improve transport helper exec failure reporting Ilari Liusvaara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.