Searched defs:git_repo (Results  1 – 1 of 1) sorted by relevance
| /external/autotest/utils/frozen_chromite/lib/ | 
| D | git.py | 773 def RunGit(git_repo, cmd, **kwargs):  argument798 def Init(git_repo):  argument
 838 def ShallowFetch(git_repo, git_url, sparse_checkout=None):  argument
 875 def GetProjectUserEmail(git_repo):  argument
 882 def MatchBranchName(git_repo, pattern, namespace=''):  argument
 930 def GetTrackingBranchViaGitConfig(git_repo, branch, for_checkout=True,  argument
 1008 def GetTrackingBranchViaManifest(git_repo, for_checkout=True, for_push=False,  argument
 1059 def GetTrackingBranch(git_repo, branch=None, for_checkout=True, fallback=True,  argument
 1111 def CreateBranch(git_repo, branch, branch_point='HEAD', track=False):  argument
 1146 def GetObjectAtRev(git_repo, obj, rev, binary=False):  argument
 [all …]
 
 |