Files
git/builtin
nalla 838c05f9b9 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>
2018-06-14 13:48:12 +02:00
..
2018-05-30 14:04:05 +09:00
2018-06-01 15:06:38 +09:00
2018-05-30 14:04:09 +09:00
2018-06-01 15:06:38 +09:00
2018-05-30 14:04:07 +09:00
2018-06-14 13:48:12 +02:00
2018-05-13 10:45:05 +09:00
2018-05-30 14:04:05 +09:00
2018-06-01 15:06:38 +09:00
2018-05-08 15:59:16 +09:00
2018-06-01 15:06:38 +09:00
2018-05-30 14:04:10 +09:00
2018-05-30 14:04:05 +09:00
2018-06-01 15:06:38 +09:00
2018-06-01 15:06:37 +09:00
2018-06-01 15:06:40 +09:00
2018-06-01 15:06:38 +09:00
2018-05-23 14:38:15 +09:00
2018-06-01 15:06:38 +09:00
2018-05-30 14:04:05 +09:00
2018-06-01 15:06:38 +09:00
2018-05-30 14:04:10 +09:00
2018-05-23 14:38:13 +09:00
2018-05-23 14:38:17 +09:00
2018-05-30 14:04:05 +09:00
2018-05-23 14:38:16 +09:00
2018-05-29 17:10:05 +09:00
2018-05-30 14:04:07 +09:00
2018-05-08 15:59:16 +09:00