Searched refs:read_git_config (Results 1 – 3 of 3) sorted by relevance
64 return (Git.read_git_config(self.git_prefix + "username"),65 Git.read_git_config(self.git_prefix + "password"))
660 def read_git_config(cls, key): member in Git831 squash = Git.read_git_config('webkit-patch.commit-should-always-squash')928 remote_branch_refs = Git.read_git_config('svn-remote.svn.fetch')
865 self.assertEqual(self.scm.read_git_config(key), value)