Searched refs:Git (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/tools/release/ |
H A D | git_recipes.py | 102 return self.Git("status -s -uno", **kwargs).strip() == "" 106 return self.Git("branch", **kwargs) 111 self.Git(MakeArgs(["new-branch", name] + remote_args), **kwargs) 115 self.Git(MakeArgs(["branch -D", name]), **kwargs) 119 self.Git(MakeArgs(["reset --hard", name]), **kwargs) 122 self.Git(MakeArgs(["stash"]), **kwargs) 126 self.Git(MakeArgs(["branch -r"]), **kwargs).splitlines()) 130 self.Git(MakeArgs(["checkout -f", name]), **kwargs) 135 self.Git(MakeArgs(["checkout -f", branch_or_hash, "--", name]), **kwargs) 148 files = self.Git(MakeArg [all...] |
H A D | create_release.py | 20 self.Git("fetch origin +refs/heads/*:refs/heads/*") 88 self.Git(cmd) 102 self.Git(cmd) 109 self.Git("reset --hard origin/main") 110 self.Git("new-branch work-branch --upstream origin/%s" % self["version"]) 163 self.Git(cmd) 190 self.Git("gc")
|
H A D | common_includes.py | 238 self.step.Git("fetch") 241 return self.step.Git("tag").strip().splitlines() 272 if self.step.Git("show-ref refs/remotes/origin/%s" % name).strip(): 278 if self.step.Git("show-ref refs/remotes/branch-heads/%s" % name).strip(): 290 self.step.Git("fetch") 301 self.step.Git("tag %s %s" % (tag, commit)) 302 self.step.Git("push origin refs/tags/%s:refs/tags/%s" % (tag, tag)) 402 def Git(self, args="", prefix="", pipe=True, retry_on=None, cwd=None): member in Step 535 tag = self.Git("describe --tags %s" % revision).strip() 540 self.Git("fetc [all...] |
H A D | auto_push.py | 53 self.Git("fetch origin +refs/heads/lkgr:refs/heads/lkgr") 54 self["candidate"] = self.Git("show-ref -s refs/heads/lkgr").strip()
|
H A D | auto_roll.py | 36 self.Git("fetch origin +refs/tags/*:refs/tags/*")
|
H A D | test_scripts.py | 298 self.assertEquals("git version 1.2.3", self.MakeStep().Git("--version")) 299 self.assertEquals("", self.MakeStep().Git("dummy"))
|
/third_party/protobuf/ |
H A D | appveyor.bat | 12 set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH:C:\Program Files\Git\usr\bin;=%
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | Makefile | 176 SPECREMARK = from git branch: $(shell echo `git symbolic-ref --short HEAD 2> /dev/null || echo Git branch not available`) \ 177 commit: $(shell echo `git log -1 --format="%H" 2> /dev/null || echo Git commit not available`)
|
/third_party/python/PCbuild/ |
H A D | build.bat | 113 if not exist "%GIT%" echo Cannot find Git on PATH & set GITProperty=
|
/third_party/python/Tools/msi/ |
H A D | buildrelease.bat | 77 if not exist "%GIT%" echo Cannot find Git on PATH && exit /B 1
|
/third_party/ffmpeg/ |
H A D | configure | 547 version from Git. If the latest version fails, report the problem to the
|
Completed in 13 milliseconds