Dmitry Potapov writes: > This allows multiple paths to be specified on stdin. > > Signed-off-by: Dmitry Potapov <dpotapov@xxxxxxxxx> > --- > On Mon, Oct 06, 2008 at 09:09:11AM +0200, Johannes Sixt wrote: > > > > The least that is needed is fflush(stdout) in this loop (after each > > iteration!) > > Thanks. Somehow, I forgot about it though it is quite obvious. > I have added maybe_flush_or_die(). Actually, what was done with git diff-tree --stdin was to have it do fflush(stdout) when it sees a blank line in the input. That gives the calling program a way to get the output up to that point without having to do a flush for every line of output. Paul. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html