Files
git/builtin
nalla f9e7ab2eb2 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-10-18 13:43:26 +02:00
..
2015-10-16 14:32:45 -07:00
2015-08-24 13:09:02 -07:00
2015-10-18 13:43:26 +02:00
2015-08-31 15:39:10 -07:00
2015-08-25 14:57:09 -07:00
2015-08-25 13:11:21 -07:00
2015-09-28 15:28:31 -07:00
2015-09-28 14:57:10 -07:00
2015-08-31 15:39:05 -07:00
2015-07-13 14:02:02 -07:00
2015-08-03 11:01:10 -07:00
2015-09-28 19:16:54 -07:00
2015-09-09 14:30:35 -07:00
2015-08-31 15:39:03 -07:00