commit | 35d22217a5ed2f8b5b9b183217923071ccfe7f37 | [log] [tgz] |
---|---|---|
author | Renaud Paquay <rpaquay@google.com> | Tue Nov 01 11:24:52 2016 -0700 |
committer | David Pursehouse <dpursehouse@collab.net> | Mon May 29 13:56:18 2017 +0900 |
tree | c964046a80b06fa502887e653c3ccd8482966332 | |
parent | a24671f661f1fae6678e2bcdd3c9fbae0ad7100f [diff] |
Ensure repo waits for child process to terminate See http://stackoverflow.com/questions/7004687/os-exec-on-windows: execv on Windows does not behave as on Linux, i.e. a new process is spawned and the parent process terminates right away, which makes the shell prompt come back too soon. Change-Id: I1f8d23208765988629f081e9b949c67cf71c08ae
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.