diff options
author | Mike Frysinger <vapier@google.com> | 2017-11-10 21:28:41 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2017-11-10 21:53:59 -0500 |
commit | 84e7e16d35f7300bc5f4b6cca85deaf1b5a45263 (patch) | |
tree | 68d7dd3ec95ecaa64b6eb55747dbe7cda7e81b02 /README.md | |
parent | f46902a800f508061322a36b1969f51a7e95df16 (diff) | |
download | git-repo-84e7e16d35f7300bc5f4b6cca85deaf1b5a45263.tar.gz |
document repo hooks mechanism
Change-Id: I9e25b92c846f887f515efcc706cf5a869645e0ec
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,4 +11,6 @@ that you can put anywhere in your path. | |||
11 | * Source: https://code.google.com/p/git-repo/ | 11 | * Source: https://code.google.com/p/git-repo/ |
12 | * Overview: https://source.android.com/source/developing.html | 12 | * Overview: https://source.android.com/source/developing.html |
13 | * Docs: https://source.android.com/source/using-repo.html | 13 | * Docs: https://source.android.com/source/using-repo.html |
14 | * [repo Manifest Format](./docs/manifest-format.txt) | ||
15 | * [repo Hooks](./docs/repo-hooks.md) | ||
14 | * [Submitting patches](./SUBMITTING_PATCHES.md) | 16 | * [Submitting patches](./SUBMITTING_PATCHES.md) |