Searched refs:Commit (Results 1 – 5 of 5) sorted by relevance
28 from git import Commit40 def get_commit_or_exit(git_ref: str) -> Commit:
42 Commit,56 repo: Repo, commit: Commit) -> List[ExpectedUpstreamEntry]: argument294 def extract_change_id(commit: Commit) -> str: argument307 def extract_bug_id(commit: Commit) -> str: argument320 def get_diff_entries(repo: Repo, base_expected_commit: Commit) -> Tuple[ argument378 repo: Repo, base_commit: Commit, commit: Commit, overlaid_entries: List[ argument
175 Commit graph of a typical change187 * Commit `A` imports the file and moves the file in the `ojluni/` folder188 * Commit `B` merges the file into the expected_upstream with other `ojluni`190 * Commit `A` and `B` are created by the `ojluni_refresh_files` script191 * Commit `C` edits the entry in the `EXPECTED_UPSTREAM` file192 * Commit `D` is a merge commit created by `git merge`193 * Commit `E` adds Android patches223 4. Commit the updated EXPECTED_UPSTREAM and proceed
38 from git import (Commit, Repo)59 def get_commit_or_exit(git_ref: str) -> Commit:
29 from git import Commit283 def __init__(self, commit: Commit): argument