commit | a9399846faa077a8eb15aedb8b498cba7cf3aeba | [log] [tgz] |
---|---|---|
author | Sebastian Schuberth <sschuberth@gmail.com> | Fri Jul 13 11:47:10 2018 +0200 |
committer | Sebastian Schuberth <sschuberth@gmail.com> | Fri Jul 13 16:23:50 2018 +0200 |
tree | 089048ac29d73f4984d13133ab5de7099b04d27b | |
parent | b10f0e5b9a9ba6d8e9a27b3a81d2fc1d65d9810d [diff] |
Flush stderr on Windows While on Linux stderr is unbuffered, it is buffered on Windows. Always flush stderr on Windows to ensure any error messages appear in the right order to ease diagnosing. Change-Id: I37300e384ecd3a51a321a48818f0114d6f3357a0
Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.