Searched defs:Git (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A D__init__.py5 from .git import Git, AmbiguousCommitError namespace
H A Ddetection.py36 from .git import Git namespace
74 if Git.in_working_directory(absolute_path, executive=self._executive):
75 return Git(cwd=absolute_path, filesystem=self._filesystem, executive=self._executive)
H A Dgit.py50 class Git(SCM): class in inherits:SCM
52 # Git doesn't appear to document error codes, but seems to return
200 # Manually modify the timezone since Git doesn't have an option to show it in UTC.
201 # Git also truncates milliseconds but we're going to ignore that for now.
251 # Git-specific methods:
282 # These methods are git specific and are meant to provide support for the Git oriented workflow
H A Dscm_unittest.py41 from webkitpy.common.checkout.scm.git import Git, AmbiguousCommitError namespace
177 # svn-apply fails to remove directories in Git, see:
691 scm = Git(cwd=".", executive=MockExecutive(), filesystem=MockFileSystem())
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dhost.py118 from webkitpy.common.checkout.scm.git import Git namespace
119 Git.executable_name = 'git.bat'
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dvalidate-committer-lists43 from webkitpy.common.checkout.scm import Git namespace
271 if not Git.in_working_directory("."):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
H A Dcommitannouncer.py31 from webkitpy.common.checkout.scm.git import Git namespace
45 self.git = Git(cwd=tool.scm().checkout_root, filesystem=tool.filesystem, executive=tool.executive)
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py349 def Git(self, args="", prefix="", pipe=True, retry_on=None, cwd=None): member in class:Step

Completed in 253 milliseconds