Home
last modified time | relevance | path

Searched defs:commit (Results 1 – 6 of 6) sorted by relevance

/tools/repohooks/rh/
Dhooks.py322 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs): argument
337 def check_custom(project, commit, _desc, diff, options=None, **kwargs): argument
343 def check_bpfmt(project, commit, _desc, diff, options=None): argument
362 def check_checkpatch(project, commit, _desc, diff, options=None): argument
371 def check_clang_format(project, commit, _desc, diff, options=None): argument
385 def check_google_java_format(project, commit, _desc, _diff, options=None): argument
400 def check_commit_msg_bug_field(project, commit, desc, _diff, options=None): argument
424 def check_commit_msg_changeid_field(project, commit, desc, _diff, options=None): argument
473 def check_commit_msg_prebuilt_apk_fields(project, commit, desc, diff, argument
537 def check_commit_msg_test_field(project, commit, desc, _diff, options=None): argument
[all …]
Dgit.py86 def get_patch(commit): argument
92 def get_file_content(commit, path): argument
161 def get_affected_files(commit): argument
178 def get_commit_desc(commit): argument
Dresults.py29 def __init__(self, hook, project, commit, error, files=(), fixup_func=None): argument
66 def __init__(self, hook, project, commit, result, files=(), argument
Dconfig_test.py39 def check_commit_id(commit): argument
/tools/repohooks/
Dpre-upload.py90 def commit_start(self, commit, commit_summary): argument
/tools/external_updater/
Dgit_utils.py166 def commit(proj_path: Path, message: str) -> None: function