Files
git/builtin
nalla 521ae727f4 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-11-20 11:23:02 +01:00
..
2018-11-20 09:33:00 +01:00
2018-11-18 18:23:53 +09:00
2018-10-30 15:43:43 +09:00
2018-10-19 13:34:02 +09:00
2018-11-20 11:23:02 +01:00
2018-08-20 15:31:40 -07:00
2018-10-19 13:34:02 +09:00
2018-10-19 13:34:02 +09:00
2018-10-19 13:34:02 +09:00
2018-11-20 09:41:10 +01:00
2018-10-26 14:22:13 +09:00
2018-11-13 22:37:27 +09:00
2018-08-20 15:31:40 -07:00
2018-08-27 14:33:43 -07:00
2018-10-19 13:34:02 +09:00
2018-11-20 09:41:10 +01:00
2018-10-19 13:34:02 +09:00
2018-11-13 22:37:27 +09:00
2018-08-29 11:32:49 -07:00
2018-08-27 14:33:43 -07:00