HomeSort by relevance Sort by last modified time
    Searched refs:read_git_config (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
credentials.py 66 return (Git.read_git_config(self.git_prefix + "username"),
67 Git.read_git_config(self.git_prefix + "password"))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
git.py 126 def read_git_config(cls, key, cwd=None, executive=None): member in class:Git
186 return self._branch_from_ref(self.read_git_config('branch.%s.merge' % current_branch, cwd=self.checkout_root, executive=self._executive).strip())
361 squash = self.read_git_config('webkit-patch.commit-should-always-squash', cwd=self.checkout_root, executive=self._executive)
470 remote_branch_refs = self.read_git_config('svn-remote.svn.fetch', cwd=self.checkout_root, executive=self._executive)
scm_unittest.py     [all...]

Completed in 1207 milliseconds