Files
git/builtin
nalla a49305f98c mingw: explicitly fflush stdout
For performance reasons `stdout` is not unbuffered by default. That leads
to problems if after printing to `stdout` a read on `stdin` is performed.

For that reason interactive commands like `git clean -i` do not function
properly anymore if the `stdout` is not flushed by `fflush(stdout)` before
trying to read from `stdin`.

In the case of `git clean -i` all reads on `stdin` were preceded by a
`fflush(stdout)` call.

Signed-off-by: nalla <nalla@hamal.uberspace.de>
2015-04-23 10:18:33 +01:00
..
2014-11-21 10:19:14 -08:00
2014-12-22 12:27:36 -08:00
2015-01-22 13:46:38 -08:00
2014-12-22 12:27:12 -08:00
2015-04-23 10:18:33 +01:00
2015-02-13 13:16:12 -08:00
2014-11-25 15:24:55 -08:00
2015-03-20 12:40:56 -07:00
2014-10-29 10:07:56 -07:00
2015-01-07 12:55:05 -08:00
2014-10-08 13:05:25 -07:00