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/checkout/scm/
git.py 85 def read_git_config(cls, key, cwd=None, executive=None): member in class:Git
141 return self._branch_from_ref(self.read_git_config('branch.%s.merge' % current_branch, cwd=self.checkout_root, executive=self._executive).strip())
264 remote_branch_refs = self.read_git_config('svn-remote.svn.fetch', cwd=self.checkout_root, executive=self._executive)
scm_unittest.py 402 self.assertEqual(self.scm.read_git_config(key), value)
692 scm.read_git_config = lambda *args, **kw: "MOCKKEY:MOCKVALUE"
  /external/chromium_org/tools/
check_git_config.py 105 def read_git_config(prop): function
220 'git_user_email': read_git_config('user.email') if is_git else '',
221 'git_user_name': read_git_config('user.name') if is_git else '',

Completed in 141 milliseconds