Dmitry Potapov writes:
This allows multiple paths to be specified on stdin.
Signed-off-by: Dmitry Potapov <redacted>
---
On Mon, Oct 06, 2008 at 09:09:11AM +0200, Johannes Sixt wrote:
quoted
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.