Home
last modified time | relevance | path

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

12

/external/chromium_org/v8/tools/push-to-trunk/
Dgit_recipes.py98 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/
Ddetection.py36 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__.py5 from .git import Git, AmbiguousCommitError
Dgit.py50 class Git(SCM): class
Dscm_unittest.py41 from webkitpy.common.checkout.scm.git import Git, AmbiguousCommitError
691 scm = Git(cwd=".", executive=MockExecutive(), filesystem=MockFileSystem())
/external/chromium_org/tools/git/
DREADME1 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/
DCREDITS2 from the Git project, as of version:
30 The full history of the files can be found in the upstream Git commits.
/external/vixl/
DREADME.md26 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/
Dhost.py118 from webkitpy.common.checkout.scm.git import Git
119 Git.executable_name = 'git.bat'
/external/pixman/
DREADME22 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/
DINSTALL61 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/
Dcommitannouncer.py31 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/
Dvalidate-committer-lists43 from webkitpy.common.checkout.scm import Git
271 if not Git.in_working_directory("."):
/external/libopus/win32/
Dgenversion.bat11 echo Git cannot be found, nor can version.mk. Generating unknown version.
/external/chromium_org/third_party/opus/src/win32/
Dgenversion.bat11 echo Git cannot be found, nor can version.mk. Generating unknown version.
/external/tinycompress/
DREADME17 Git: git clone git://git.alsa-project.org/tinycompress.git
/external/libpcap/
DTODO9 - configure should not be in Git. Most open source projects have an
DREADME.Win3224 compile a libpcap source retrieved from the tcpdump.org Git, you will
DREADME10 Anonymous Git is available via:
/external/f2fs-tools/
Dconfigure.ac27 [f2fs-tools date based on Git commits]),
/external/chromium_org/v8/tools/
Dv8-info.sh56 Output format: [Git hash] [SVN revision] [V8 version]
/external/chromium_org/third_party/opus/src/
DREADME.draft10 Git repository at git://git.xiph.org/opus.git or on a website at:
/external/ceres-solver/docs/source/
Dindex.rst58 Git repository for the latest development version.
/external/chromium_org/native_client_sdk/src/doc/
Dio2014.rst100 Git Setup
290 * Git (broken)
/external/smali/
Dbuild.gradle41 def git = org.eclipse.jgit.api.Git.open(file('.'))

12