Searched refs:Git (Results 1 – 25 of 36) sorted by relevance
12
/external/chromium_org/v8/tools/push-to-trunk/ |
D | git_recipes.py | 98 return self.Git("status -s -uno", **kwargs).strip() == "" 102 return self.Git("branch", **kwargs) 106 self.Git(MakeArgs(["checkout -b", name, branch]), **kwargs) 110 self.Git(MakeArgs(["branch -D", name]), **kwargs) 114 self.Git(MakeArgs(["reset --hard", name]), **kwargs) 117 self.Git(MakeArgs(["stash"]), **kwargs) 121 self.Git(MakeArgs(["branch -r"]), **kwargs).splitlines()) 125 self.Git(MakeArgs(["checkout -f", name]), **kwargs) 130 self.Git(MakeArgs(["checkout -f", branch_or_hash, "--", name]), **kwargs) 143 files = self.Git(MakeArgs(["diff --name-only", [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
D | detection.py | 36 from .git import Git 74 if Git.in_working_directory(absolute_path, executive=self._executive): 75 return Git(cwd=absolute_path, filesystem=self._filesystem, executive=self._executive)
|
D | __init__.py | 5 from .git import Git, AmbiguousCommitError
|
D | git.py | 50 class Git(SCM): class
|
D | scm_unittest.py | 41 from webkitpy.common.checkout.scm.git import Git, AmbiguousCommitError 691 scm = Git(cwd=".", executive=MockExecutive(), filesystem=MockFileSystem())
|
/external/chromium_org/tools/git/ |
D | README | 1 This directory contains some helpful Git tools. 8 To install these Git hooks, create symlinks like so:
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | CREDITS | 2 from the Git project, as of version: 30 The full history of the files can be found in the upstream Git commits.
|
/external/vixl/ |
D | README.md | 26 1. Git 87 1. Git must be installed, and the VIXL project must be in a valid Git 93 `--nolint`. This removes the dependency on `cpplint.py` and Git. The `--nolint`
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
D | host.py | 118 from webkitpy.common.checkout.scm.git import Git 119 Git.executable_name = 'git.bat'
|
/external/pixman/ |
D | README | 22 there is the "Everyday Git With 20 Commands Or So guide" 26 from the Git homepage. For more in depth git documentation, see the 27 resources on the Git community documentation page:
|
/external/markdown/docs/ |
D | INSTALL | 61 Using the Git Repository 66 Python-Markdown is maintained in a Git repository on Gitorious.org. To
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/ |
D | commitannouncer.py | 31 from webkitpy.common.checkout.scm.git import Git 45 … self.git = Git(cwd=tool.scm().checkout_root, filesystem=tool.filesystem, executive=tool.executive)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
D | validate-committer-lists | 43 from webkitpy.common.checkout.scm import Git 271 if not Git.in_working_directory("."):
|
/external/libopus/win32/ |
D | genversion.bat | 11 echo Git cannot be found, nor can version.mk. Generating unknown version.
|
/external/chromium_org/third_party/opus/src/win32/ |
D | genversion.bat | 11 echo Git cannot be found, nor can version.mk. Generating unknown version.
|
/external/tinycompress/ |
D | README | 17 Git: git clone git://git.alsa-project.org/tinycompress.git
|
/external/libpcap/ |
D | TODO | 9 - configure should not be in Git. Most open source projects have an
|
D | README.Win32 | 24 compile a libpcap source retrieved from the tcpdump.org Git, you will
|
D | README | 10 Anonymous Git is available via:
|
/external/f2fs-tools/ |
D | configure.ac | 27 [f2fs-tools date based on Git commits]),
|
/external/chromium_org/v8/tools/ |
D | v8-info.sh | 56 Output format: [Git hash] [SVN revision] [V8 version]
|
/external/chromium_org/third_party/opus/src/ |
D | README.draft | 10 Git repository at git://git.xiph.org/opus.git or on a website at:
|
/external/ceres-solver/docs/source/ |
D | index.rst | 58 Git repository for the latest development version.
|
/external/chromium_org/native_client_sdk/src/doc/ |
D | io2014.rst | 100 Git Setup 290 * Git (broken)
|
/external/smali/ |
D | build.gradle | 41 def git = org.eclipse.jgit.api.Git.open(file('.'))
|
12