summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2017-11-10 21:28:41 -0500
committerMike Frysinger <vapier@google.com>2017-11-10 21:53:59 -0500
commit84e7e16d35f7300bc5f4b6cca85deaf1b5a45263 (patch)
tree68d7dd3ec95ecaa64b6eb55747dbe7cda7e81b02 /README.md
parentf46902a800f508061322a36b1969f51a7e95df16 (diff)
downloadgit-repo-84e7e16d35f7300bc5f4b6cca85deaf1b5a45263.tar.gz
document repo hooks mechanism
Change-Id: I9e25b92c846f887f515efcc706cf5a869645e0ec
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e35f8e99..250d08e5 100644
--- a/README.md
+++ b/README.md
@@ -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)