Lines Matching defs:git_repo
773 def RunGit(git_repo, cmd, **kwargs): argument
798 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
1166 def RevertPath(git_repo, filename, rev): argument
1180 def Log(git_repo, format=None, after=None, until=None, argument
1225 def GetChangeId(git_repo, rev='HEAD'): argument
1245 def Commit(git_repo, message, amend=False, allow_empty=False, argument
1308 def UploadCL(git_repo, remote, branch, local_branch='HEAD', draft=False, argument
1332 def GitPush(git_repo, refspec, push_to, force=False, dry_run=False, argument
1361 def CreatePushBranch(branch, git_repo, sync=True, remote_push_branch=None): argument
1383 def SyncPushBranch(git_repo, remote, target, use_merge=False, **kwargs): argument
1416 def PushBranch(branch, git_repo, dryrun=False, argument
1474 def CleanAndDetachHead(git_repo): argument
1486 def CleanAndCheckoutUpstream(git_repo, refresh_upstream=True): argument
1534 def GarbageCollection(git_repo, prune_all=False): argument
1548 def DeleteStaleLocks(git_repo): argument