Home
last modified time | relevance | path

Searched refs:Commit (Results 1 – 5 of 5) sorted by relevance

/libcore/tools/expected_upstream/
Dojluni_upgrade_identicals.py28 from git import Commit
40 def get_commit_or_exit(git_ref: str) -> Commit:
Dojluni_merge_to_main.py42 Commit,
56 repo: Repo, commit: Commit) -> List[ExpectedUpstreamEntry]: argument
294 def extract_change_id(commit: Commit) -> str: argument
307 def extract_bug_id(commit: Commit) -> str: argument
320 def get_diff_entries(repo: Repo, base_expected_commit: Commit) -> Tuple[ argument
378 repo: Repo, base_commit: Commit, commit: Commit, overlaid_entries: List[ argument
DREADME.md175 Commit graph of a typical change
187 * Commit `A` imports the file and moves the file in the `ojluni/` folder
188 * Commit `B` merges the file into the expected_upstream with other `ojluni`
190 * Commit `A` and `B` are created by the `ojluni_refresh_files` script
191 * Commit `C` edits the entry in the `EXPECTED_UPSTREAM` file
192 * Commit `D` is a merge commit created by `git merge`
193 * Commit `E` adds Android patches
223 4. Commit the updated EXPECTED_UPSTREAM and proceed
Dojluni_modify_expectation.py38 from git import (Commit, Repo)
59 def get_commit_or_exit(git_ref: str) -> Commit:
Dcommon_util.py29 from git import Commit
283 def __init__(self, commit: Commit): argument