Home
last modified time | relevance | path

Searched refs:detect_default_branch (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/tools/external_updater/
H A Dgit_updater.py103 branch = git_utils.detect_default_branch(self._proj_path,
H A Dgithub_archive_updater.py154 branch = git_utils.detect_default_branch(self._proj_path,
H A Dcrates_updater.py89 branch = git_utils.detect_default_branch(self._proj_path,
H A Dgit_utils.py76 def detect_default_branch(proj_path: Path, remote_name: str) -> str: function