HomeSort by relevance Sort by last modified time
    Searched refs:Git (Results 1 - 25 of 30) sorted by null

1 2

  /external/v8/tools/clang/scripts/
upload_revision.py 42 def Git(args):
43 # Needs shell=True on Windows due to git.bat in depot_tools.
44 subprocess.check_call(["git"] + args, shell=is_win)
59 # Needs shell=True on Windows due to git.bat in depot_tools.
61 ["git", "rev-parse", "origin/master"], shell=is_win).strip()
67 Git(["checkout", "-b", "clang-{}-{}".format(
69 Git(["add", UPDATE_PY_PATH])
72 Git(["commit", "-m", "Roll clang {}:{}.\n\n{}".format(
75 Git(["cl", "upload"])
76 Git(["cl", "try", "-b", "linux_upload_clang", "-r", git_revision]
    [all...]
  /external/v8/tools/release/
git_recipes.py 32 ROLL_DEPS_GIT_SVN_ID_RE = re.compile('^git-svn-id: .*@([0-9]+) .*$')
43 # Key for the 'git-svn' ID metadata commit footer entry.
44 GIT_SVN_ID_FOOTER_KEY = 'git-svn-id'
46 # e.g., git-svn-id: https://v8.googlecode.com/svn/trunk@23117
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
    [all...]
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()
create_release.py 23 self.Git("fetch origin %s" % " ".join(fetchspecs))
162 self.Git("reset --hard origin/master")
163 self.Git("checkout -b work-branch %s" % self["push_hash"])
238 # In the normal case, the remote doesn't exist yet and git will fail.
242 self.Git("tag %s %s" % (self["version"], commit))
243 self.Git("push origin refs/tags/%s" % self["version"])
260 self.Git(cmd)
285 self.Git("gc")
298 help="The git commit ID to push (defaults to HEAD).")
common_includes.py 189 # from subscripts like git cl upload.
334 self.step.Git("fetch")
337 return self.step.Git("tag").strip().splitlines()
368 if self.step.Git("show-ref refs/remotes/origin/%s" % name).strip():
374 if self.step.Git("show-ref refs/remotes/branch-heads/%s" % name).strip():
386 self.step.Git("fetch")
390 print("The commit has not replicated to git. Waiting for %s seconds." %
395 "git updater is lagging behind?")
397 self.step.Git("tag %s %s" % (tag, commit))
398 self.step.Git("push origin %s" % tag
    [all...]
auto_roll.py 32 self.Git("fetch origin +refs/tags/*:refs/tags/*")
189 help="The git commit ID of the last rolled version. "
push_to_candidates.py 72 self.Die("Could not determine the git hash for the push.")
208 # Instead of relying on "git rebase -i", we'll just create a diff, because
276 self.Git("fetch")
358 help=("The git commit ID of the last master "
362 help="The git commit ID of the last candidates push.")
364 help="The git commit ID to push (defaults to HEAD).")
  /external/fmtlib/support/
update-converity-branch.py 10 class Git:
15 output = check_output(['git'] + list(args), cwd=self.dir, stderr=STDOUT)
21 git = Git(dir) variable in class:Git
22 git('clone', '-b', 'coverity', 'git@github.com:fmtlib/fmt.git', dir)
23 output = git('merge', '-X', 'theirs', '--no-commit', 'origin/master')
25 git('reset', 'HEAD', '.travis.yml')
26 git('checkout', '--', '.travis.yml'
    [all...]
manage.py 18 class Git:
23 return check_call(['git', method] + list(args), **kwargs)
87 env.fmt_repo = Git(os.path.join(env.build_dir, 'fmt'))
107 fmt_repo_url = 'git@github.com:fmtlib/fmt'
113 doc_repo = Git(os.path.join(env.build_dir, 'fmtlib.github.io'))
114 doc_repo.update('git@github.com:fmtlib/fmtlib.github.io')
  /external/libopus/win32/
genversion.bat 5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v
11 echo Git cannot be found, nor can version.mk. Generating unknown version.
  /external/smali/
build.gradle 39 def git = org.eclipse.jgit.api.Git.open(file('.'))
40 def head = git.getRepository().getRef('HEAD')
43 if (!git.status().call().clean) {
171 connection 'scm:git:git://github.com/JesusFreke/smali.git'
172 developerConnection 'scm:git:git@github.com:JesusFreke/smali.git'
    [all...]
  /external/smali/smalidea/
build.gradle 52 def git = org.eclipse.jgit.api.Git.open(file('..'))
53 def head = git.getRepository().getRef('HEAD')
56 if (!git.status().call().clean) {
  /external/v8/tools/
v8-info.sh 49 Fetches V8 revision information from a git-svn checkout.
56 Output format: [Git hash] [SVN revision] [V8 version]
76 git for-each-ref --format="%(objectname) %(refname:short)" refs/remotes/svn
84 git log --format="%h %ci %ce %s" -1 $1
96 git svn log -1 --oneline $1 | cut -d" " -f1
109 git svn find-rev $2 svn/$1
113 cd $(git rev-parse --show-toplevel)
114 rev=$(git show $1:$VERSION \
123 git cherry -v svn/trunk svn/$1 | while read merge; do
  /prebuilts/go/darwin-x86/src/cmd/go/
get.go 60 When go get checks out or updates a Git repository,
61 it also updates any git submodules referenced by the repository.
91 // Disable any prompting for passwords by Git.
101 // Disable any ssh connection pooling by Git.
102 // If a Git subprocess forks a child into the background to cache a new connection,
103 // that child keeps stdout/stderr open. After the Git subprocess exits,
105 // until EOF to get all the data that the Git subprocess wrote before exiting.
help.go 145 Bitbucket (Git, Mercurial)
150 GitHub (Git)
164 IBM DevOps Services (Git)
166 import "hub.jazz.net/git/user/project"
167 import "hub.jazz.net/git/user/project/sub/directory"
183 Git .git
194 import "example.org/repo.git/foo/bar"
196 denotes the foo/bar directory of the Git repository at
197 example.org/repo or repo.git
    [all...]
vcs.go 24 // like Mercurial, Git, or Subversion.
46 "git+ssh": true,
63 case "git":
64 // GIT_ALLOW_PROTOCOL is an environment variable defined by Git. It is a
65 // colon-separated list of schemes that are allowed to be used with git
95 // command name (hg, git, svn, bzr).
138 // vcsGit describes how to use Git.
140 name: "Git",
141 cmd: "git",
147 // tags/xxx matches a git tag named xx
    [all...]
alldocs.go 524 // When go get checks out or updates a Git repository,
525 // it also updates any git submodules referenced by the repository.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
get.go 60 When go get checks out or updates a Git repository,
61 it also updates any git submodules referenced by the repository.
91 // Disable any prompting for passwords by Git.
101 // Disable any ssh connection pooling by Git.
102 // If a Git subprocess forks a child into the background to cache a new connection,
103 // that child keeps stdout/stderr open. After the Git subprocess exits,
105 // until EOF to get all the data that the Git subprocess wrote before exiting.
help.go 145 Bitbucket (Git, Mercurial)
150 GitHub (Git)
164 IBM DevOps Services (Git)
166 import "hub.jazz.net/git/user/project"
167 import "hub.jazz.net/git/user/project/sub/directory"
183 Git .git
194 import "example.org/repo.git/foo/bar"
196 denotes the foo/bar directory of the Git repository at
197 example.org/repo or repo.git
    [all...]
vcs.go 24 // like Mercurial, Git, or Subversion.
46 "git+ssh": true,
63 case "git":
64 // GIT_ALLOW_PROTOCOL is an environment variable defined by Git. It is a
65 // colon-separated list of schemes that are allowed to be used with git
95 // command name (hg, git, svn, bzr).
138 // vcsGit describes how to use Git.
140 name: "Git",
141 cmd: "git",
147 // tags/xxx matches a git tag named xx
    [all...]
alldocs.go 524 // When go get checks out or updates a Git repository,
525 // it also updates any git submodules referenced by the repository.
    [all...]
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.bat 40 where /q git.exe
43 echo git.exe not found
44 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
45 echo Install and ensure git.exe makes it into your PATH
197 git clone https://github.com/KhronosGroup/glslang.git .
198 git checkout %GLSLANG_REVISION%
209 git fetch --all
210 git checkout %GLSLANG_REVISION
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 254 b := run(goroot, CheckExit, "git", "log", "--decorate=full", "--format=format:%d", "master.."+branch)
300 // git every time we run this command. Unlike VERSION, it gets
307 // Show a nicer error message if this isn't a Git repo.
309 fatal("FAILED: not a Git repo; must put a VERSION file in $GOROOT")
312 // Otherwise, use Git.
314 branch := chomp(run(goroot, CheckExit, "git", "rev-parse", "--abbrev-ref", "HEAD"))
328 tag += chomp(run(goroot, CheckExit, "git", "log", "-n", "1", "--format=format: +%h %cd", "HEAD"))
337 // isGitRepo reports whether the working directory is inside a Git repository.
339 // NB: simply checking the exit code of `git rev-parse --git-dir` woul
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 254 b := run(goroot, CheckExit, "git", "log", "--decorate=full", "--format=format:%d", "master.."+branch)
300 // git every time we run this command. Unlike VERSION, it gets
307 // Show a nicer error message if this isn't a Git repo.
309 fatal("FAILED: not a Git repo; must put a VERSION file in $GOROOT")
312 // Otherwise, use Git.
314 branch := chomp(run(goroot, CheckExit, "git", "rev-parse", "--abbrev-ref", "HEAD"))
328 tag += chomp(run(goroot, CheckExit, "git", "log", "-n", "1", "--format=format: +%h %cd", "HEAD"))
337 // isGitRepo reports whether the working directory is inside a Git repository.
339 // NB: simply checking the exit code of `git rev-parse --git-dir` woul
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/
update_external_sources_android.bat 38 where /q git.exe
41 echo git.exe not found
42 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
43 echo Install and ensure git.exe makes it into your PATH
168 git clone https://github.com/KhronosGroup/glslang.git .
169 git checkout %GLSLANG_REVISION%
180 git fetch --all
181 git checkout %GLSLANG_REVISION
    [all...]

Completed in 338 milliseconds

1 2