Searched refs:read_git_config (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
D | git.py | 85 def read_git_config(cls, key, cwd=None, executive=None): member in Git 141 …return self._branch_from_ref(self.read_git_config('branch.%s.merge' % current_branch, cwd=self.che… 264 …remote_branch_refs = self.read_git_config('svn-remote.svn.fetch', cwd=self.checkout_root, executiv…
|
D | 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/ |
D | 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 '',
|