diff options
author | Mike Frysinger <vapier@google.com> | 2020-11-15 18:42:26 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2020-11-16 05:07:33 +0000 |
commit | 6e89c965f40860f93389b919b4d7f190beb707f7 (patch) | |
tree | fa9d332ae2cdb27e6d46020a817dcdc5c349238f /docs/repo-hooks.md | |
parent | 1f20776dbb3b87ba39928dc4baba58f9c2d17c80 (diff) | |
download | git-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.md | 2 |
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. | |||
27 | For the full syntax, see the [repo manifest format](./manifest-format.md). | 27 | For the full syntax, see the [repo manifest format](./manifest-format.md). |
28 | 28 | ||
29 | Here's a short example from | 29 | Here'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). |
31 | The `<project>` line checks out the repohooks git repo to the local | 31 | The `<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 |
33 | with the name `platform/tools/repohooks` for hooks to run during the | 33 | with the name `platform/tools/repohooks` for hooks to run during the |