Home
last modified time | relevance | path

Searched refs:current_branch (Results 1 – 2 of 2) sorted by relevance

/tools/repohooks/rh/
Dgit.py51 current_branch = result.stdout.strip().replace('refs/heads/', '')
52 if not current_branch:
55 cfg_option = 'branch.' + current_branch + '.'
/tools/external_updater/tests/
Dgitrepo.py61 def current_branch(self) -> str: member in GitRepo