Re: [PATCH v2 0/7] introduce capture_command to avoid deadlocks

2015-03-22 Thread Junio C Hamano
Thanks; will queue. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2 0/7] introduce capture_command to avoid deadlocks

2015-03-22 Thread Jeff King
On Sun, Mar 22, 2015 at 04:40:37PM -0700, Junio C Hamano wrote: > Now I read the callers, it does look like this new function better > fits in the run-command suite, essentially allowing us to do what we > would do with $(cmd) or `cmd` in shell and Perl scripts, even though > I do not particularly