Searched refs:Git (Results 1 – 25 of 182) sorted by relevance
12345678
/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 | 24 self.Git("fetch origin %s" % " ".join(fetchspecs)) 163 self.Git("reset --hard origin/master") 164 self.Git("checkout -b work-branch %s" % self["push_hash"]) 226 self.Git(cmd) 251 self.Git("gc")
|
D | common_includes.py | 333 self.step.Git("fetch") 336 return self.step.Git("tag").strip().splitlines() 367 if self.step.Git("show-ref refs/remotes/origin/%s" % name).strip(): 373 if self.step.Git("show-ref refs/remotes/branch-heads/%s" % name).strip(): 385 self.step.Git("fetch") 396 self.step.Git("tag %s %s" % (tag, commit)) 397 self.step.Git("push origin %s" % tag) 497 def Git(self, args="", prefix="", pipe=True, retry_on=None, cwd=None): member in Step 632 tag = self.Git("describe --tags %s" % revision).strip() 637 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/opencv3/doc/tutorials/introduction/crosscompilation/ |
D | arm_crosscompile_with_cmake.markdown | 13 - Git; 36 snapshot from our [Git repository](https://github.com/Itseez/opencv.git). 43 ### Getting the Cutting-edge OpenCV from the Git Repository 45 Launch Git client and clone [OpenCV repository](http://github.com/itseez/opencv)
|
/external/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/opencv3/doc/tutorials/introduction/linux_install/ |
D | linux_install.markdown | 11 - Git 30 You can use the latest stable OpenCV version or you can grab the latest snapshot from our [Git 38 ### Getting the Cutting-edge OpenCV from the Git Repository 40 Launch Git client and clone [OpenCV repository](http://github.com/itseez/opencv). If you need
|
/external/vulkan-validation-layers/ |
D | BUILD.md | 12 ## Git the Bits 99 - Git (from http://git-scm.com/download/win). 101 - Tell the installer to allow it to be used for "Developer Prompt" as well as "Git Bash". 115 You can also use a Git package that doesn't come from Cygwin. 119 Cygwin is used in order to obtain a local copy of the Git repository, and to run the CMake command …
|
/external/skia/site/user/quick/ |
D | desktop.md | 95 [How to use Git and Git-cl to contribute to Skia](/dev/contrib/submit).
|
/external/vixl/ |
D | README.md | 54 1. Git 138 1. Git must be installed, and the VIXL project must be in a valid Git 144 `--nolint`. This removes the dependency on `cpplint.py` and Git. The `--nolint`
|
/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/webrtc/tools/ |
D | whitespace.txt | 13 Testing Git updater.
|
/external/skia/site/dev/contrib/ |
D | revert.md | 9 Using Git
|
D | directory.md | 11 - [Git repository](https://skia.googlesource.com/skia/)
|
/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/opencv3/doc/tutorials/introduction/ios_install/ |
D | ios_install.markdown | 10 ### Getting the Cutting-edge OpenCV from Git Repository
|
/external/tinycompress/ |
D | README | 17 Git: git clone git://git.alsa-project.org/tinycompress.git
|
/external/clang/lib/Basic/ |
D | CMakeLists.txt | 19 "${path}/.git/logs/HEAD" # Git
|
/external/libpcap/ |
D | TODO | 9 - configure should not be in Git. Most open source projects have an
|
/external/v8/tools/ |
D | v8-info.sh | 56 Output format: [Git hash] [SVN revision] [V8 version]
|
/external/sonic/debian/ |
D | control | 9 Vcs-Git: git://vinux-project.org/sonic
|
/external/f2fs-tools/ |
D | configure.ac | 27 [f2fs-tools date based on Git commits]),
|
12345678