summaryrefslogtreecommitdiffstats
path: root/docs/repo-hooks.md
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-11-15 18:42:26 -0500
committerMike Frysinger <vapier@google.com>2020-11-16 05:07:33 +0000
commit6e89c965f40860f93389b919b4d7f190beb707f7 (patch)
treefa9d332ae2cdb27e6d46020a817dcdc5c349238f /docs/repo-hooks.md
parent1f20776dbb3b87ba39928dc4baba58f9c2d17c80 (diff)
downloadgit-repo-6e89c965f40860f93389b919b4d7f190beb707f7.tar.gz
switch to "main" branch for development
We're migrating from "master" to "main" as the default development branch. This only affects repo itself, not manifests. Change-Id: I27489dd721c9a467a1c43736808cb3b3c1365433 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/288082 Reviewed-by: Michael Mortensen <mmortensen@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'docs/repo-hooks.md')
-rw-r--r--docs/repo-hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/repo-hooks.md b/docs/repo-hooks.md
index 7c37c30e..cbb1aac7 100644
--- a/docs/repo-hooks.md
+++ b/docs/repo-hooks.md
@@ -27,7 +27,7 @@ repohooks project is updated and a hook is triggered.
27For the full syntax, see the [repo manifest format](./manifest-format.md). 27For the full syntax, see the [repo manifest format](./manifest-format.md).
28 28
29Here's a short example from 29Here's a short example from
30[Android](https://android.googlesource.com/platform/manifest/+/master/default.xml). 30[Android](https://android.googlesource.com/platform/manifest/+/HEAD/default.xml).
31The `<project>` line checks out the repohooks git repo to the local 31The `<project>` line checks out the repohooks git repo to the local
32`tools/repohooks/` path. The `<repo-hooks>` line says to look in the project 32`tools/repohooks/` path. The `<repo-hooks>` line says to look in the project
33with the name `platform/tools/repohooks` for hooks to run during the 33with the name `platform/tools/repohooks` for hooks to run during the