Lines Matching refs:that
3 This repo holds hooks that get run by repo during the upload phase. They
14 run them by hand, you can execute `pre-upload.py` directly. By default, that
15 will scan the active repo and process all commits that haven't yet been merged.
31 projects that are checked out via a single manifest.
35 The merging of these config files control the hooks/checks that get run when
44 For manifests that don't have a project checked out at the top level,
80 generally be relative to that point.
95 * `PREUPLOAD_COMMIT`: The commit that is currently being checked.
130 With a commit that changes `path1/file1` and `path2/file2`, then this will run
138 This section allows for setting options that affect the overall behavior of the
142 that are merged. Hooks will still run on the merge commit itself.
149 that is executed. The key is used as the name of the hook for reporting purposes,
182 `Relnote:` field and that multiline release notes are properly formatted with
184 * `commit_msg_relnote_for_current_txt`: Check that CLs with changes to
202 files match in a specific commit, then the hook will be skipped for that commit.
267 and exec-ed in its own context. The only entry-point that matters is `main`.
286 * We need to add `pylint` tool to the AOSP manifest and use that local copy
287 instead of relying on the version that is in $PATH.