document repo hooks mechanism

Change-Id: I9e25b92c846f887f515efcc706cf5a869645e0ec
This commit is contained in:
Mike Frysinger
2017-11-10 21:28:41 -05:00
parent f46902a800
commit 84e7e16d35
2 changed files with 107 additions and 0 deletions

View File

@ -11,4 +11,6 @@ that you can put anywhere in your path.
* Source: https://code.google.com/p/git-repo/
* Overview: https://source.android.com/source/developing.html
* Docs: https://source.android.com/source/using-repo.html
* [repo Manifest Format](./docs/manifest-format.txt)
* [repo Hooks](./docs/repo-hooks.md)
* [Submitting patches](./SUBMITTING_PATCHES.md)