commit | 24ee29e46810eb18bb01e4adc23f5055c85bbff3 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Thu Jun 13 00:15:21 2019 -0400 |
committer | Mike Frysinger <vapier@google.com> | Thu Jun 13 02:00:17 2019 -0400 |
tree | cdd38f680d0e42aa553dfd6ed998fea127e5cd27 | |
parent | 1b291fc2e7a0ad449f4ef8dcbc7a85f30a96fb8e [diff] |
wrapper: drop shebang This isn't executable (+x), nor does it have a main func or code that would run if it were. It's simply an imported module like most others in here. Drop the shebang to avoid confusion. Change-Id: I5e2881eb1de5e809a3fa9e8f49220ed797034fb1
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.