Files
git/builtin
nalla 51781639a5 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>
2016-07-12 06:30:51 +02:00
..
2016-06-07 17:43:39 -07:00
2016-05-09 12:29:08 -07:00
2016-06-03 14:38:04 -07:00
2016-07-06 13:06:46 -07:00
2016-07-12 06:30:51 +02:00
2016-05-06 14:45:44 -07:00
2016-05-09 12:29:08 -07:00
2016-05-23 14:54:31 -07:00
2016-02-10 14:20:08 -08:00
2016-04-25 15:17:15 -07:00
2016-02-26 13:37:16 -08:00
2016-05-17 14:38:28 -07:00
2016-05-17 14:38:23 -07:00
2016-02-26 13:37:25 -08:00
2016-05-17 14:38:28 -07:00
2016-04-29 12:59:09 -07:00