commit | ed429c9f6f49fbb52d74daaccf8ed9859efefa28 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Tue Mar 20 20:00:14 2018 -0400 |
committer | Mike Frysinger <vapier@google.com> | Wed Apr 25 00:14:06 2018 -0400 |
tree | b10960c6390c3f73d444a5269a3821ed0b9b4863 | |
parent | cf7c0834cfc24c5c9584695c657c6baf97d0fbb3 [diff] |
docs: repo-hooks: fix cwd details The hooks are run from the top of the manifest checkout, not from the individual git repos. It's up to individual hooks to chdir as needed. Change-Id: I53325e0c3dcaa9c250b02b223e78d238d2cbd36d
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.