/external/v8/tools/release/ |
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(MakeArgs(["diff --name-only", [all …]
|
D | create_release.py | 18 self.Git("fetch origin +refs/heads/*:refs/heads/*") 161 self.Git(cmd) 168 self.Git("reset --hard origin/master") 169 self.Git("new-branch work-branch --upstream origin/%s" % self["version"]) 240 self.Git(cmd) 265 self.Git("gc")
|
D | common_includes.py | 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") 397 self.step.Git("tag %s %s" % (tag, commit)) 398 self.step.Git("push origin %s" % tag) 498 def Git(self, args="", prefix="", pipe=True, retry_on=None, cwd=None): member in Step 633 tag = self.Git("describe --tags %s" % revision).strip() 638 self.Git("fetch origin +refs/tags/*:refs/tags/*") [all …]
|
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()
|
/external/v8/tools/clang/scripts/ |
D | upload_revision.py | 42 def Git(args): function 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", "-f"]) 76 Git(["cl", "try", "-b", "linux_upload_clang", "-r", git_revision]) 77 Git(["cl", "try", "-b", "mac_upload_clang", "-r", git_revision]) 78 Git(["cl", "try", "-b", "win_upload_clang", "-r", git_revision])
|
/external/fmtlib/support/ |
D | update-converity-branch.py | 10 class Git: class 21 git = Git(dir)
|
D | manage.py | 18 class Git: class 87 env.fmt_repo = Git(os.path.join(env.build_dir, 'fmt')) 113 doc_repo = Git(os.path.join(env.build_dir, 'fmtlib.github.io'))
|
/external/google-benchmark/cmake/ |
D | GetGitVersion.cmake | 1 # - Returns a version string from Git tags 14 find_package(Git)
|
/external/libcxx/utils/google-benchmark/cmake/ |
D | GetGitVersion.cmake | 1 # - Returns a version string from Git tags 14 find_package(Git)
|
/external/skia/site/user/ |
D | download.md | 4 Install depot_tools and Git 16 depot_tools will also install Git on your system, if it wasn't installed
|
/external/ltp/doc/ |
D | mini-howto-building-ltp-from-git.txt | 1 Mini-Howto: Building LTP from Git 6 the Git repository located at GitHub.
|
/external/curl/ |
D | README.md | 35 ## Git section 37 To download the very latest source off the Git server do this:
|
/external/markdown/docs/ |
D | INSTALL | 61 Using the Git Repository 66 Python-Markdown is maintained in a Git repository on Gitorious.org. To
|
/external/libdivsufsort/ |
D | VERSION.cmake | 10 ## Git revision number ##
|
/external/skia/experimental/documentation/ |
D | gerrit.md | 9 This command sets up a Git commit-message hook to add a unique Change-Id to 119 These shell scripts can be turned into Git aliases with a little hack: 142 As a Git alias:
|
/external/vixl/ |
D | README.md | 55 1. Git 145 1. Git must be installed, and the VIXL project must be in a valid Git 151 `--nolint`. This removes the dependency on `cpplint.py` and Git. The `--nolint`
|
/external/webrtc/tools/ |
D | whitespace.txt | 13 Testing Git updater.
|
/external/libyuv/files/tools_libyuv/autoroller/unittests/testdata/ |
D | DEPS | 9 # Entry that is a directory in Chromium, so we're using a Git subtree mirror for it.
|
/external/lz4/contrib/debian/ |
D | control | 11 Vcs-Git: git://github.com/lz4/lz4.git
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/ |
D | README.md | 3 ####Git Repository
|
/external/skia/site/dev/contrib/ |
D | revert.md | 9 Using Git
|
/external/libopus/win32/ |
D | genversion.bat | 11 echo Git cannot be found, nor can version.mk. Generating unknown version.
|
/external/squashfs-tools/ |
D | README | 1 Git status:
|
/external/libxml2/ |
D | CONTRIBUTING | 1 The current version of the code can be found in the GNOME Git Repository:
|
/external/llvm/lib/LTO/ |
D | CMakeLists.txt | 13 "${path}/.git/logs/HEAD" # Git
|