Home
last modified time | relevance | path

Searched refs:Git (Results 1 – 25 of 182) sorted by relevance

12345678

/external/v8/tools/release/
Dgit_recipes.py102 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 …]
Dcreate_release.py24 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")
Dcommon_includes.py333 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 …]
Dauto_push.py53 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/
Darm_crosscompile_with_cmake.markdown13 - 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/
DGetGitVersion.cmake1 # - Returns a version string from Git tags
14 find_package(Git)
/external/skia/site/user/
Ddownload.md4 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/
Dlinux_install.markdown11 - 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/
DBUILD.md12 ## 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/
Ddesktop.md95 [How to use Git and Git-cl to contribute to Skia](/dev/contrib/submit).
/external/vixl/
DREADME.md54 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/
DINSTALL61 Using the Git Repository
66 Python-Markdown is maintained in a Git repository on Gitorious.org. To
/external/libdivsufsort/
DVERSION.cmake10 ## Git revision number ##
/external/webrtc/tools/
Dwhitespace.txt13 Testing Git updater.
/external/skia/site/dev/contrib/
Drevert.md9 Using Git
Ddirectory.md11 - [Git repository](https://skia.googlesource.com/skia/)
/external/libopus/win32/
Dgenversion.bat11 echo Git cannot be found, nor can version.mk. Generating unknown version.
/external/squashfs-tools/
DREADME1 Git status:
/external/opencv3/doc/tutorials/introduction/ios_install/
Dios_install.markdown10 ### Getting the Cutting-edge OpenCV from Git Repository
/external/tinycompress/
DREADME17 Git: git clone git://git.alsa-project.org/tinycompress.git
/external/clang/lib/Basic/
DCMakeLists.txt19 "${path}/.git/logs/HEAD" # Git
/external/libpcap/
DTODO9 - configure should not be in Git. Most open source projects have an
/external/v8/tools/
Dv8-info.sh56 Output format: [Git hash] [SVN revision] [V8 version]
/external/sonic/debian/
Dcontrol9 Vcs-Git: git://vinux-project.org/sonic
/external/f2fs-tools/
Dconfigure.ac27 [f2fs-tools date based on Git commits]),

12345678