OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:create_patch_since_local_commit
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebKitTools/Scripts/webkitpy/
style_references.py
70
def
create_patch_since_local_commit
(self, commit):
member in class:SimpleScm
71
return self._scm.
create_patch_since_local_commit
(commit)
scm.py
245
def
create_patch_since_local_commit
(self, commit_id):
member in class:SCM
468
def
create_patch_since_local_commit
(self, commit_id):
member in class:Git
scm_unittest.py
588
patch_since_local_commit = scm.
create_patch_since_local_commit
('HEAD^1')
/external/webkit/WebKitTools/Scripts/
check-webkit-style
84
patch = scm.
create_patch_since_local_commit
(commit)
Completed in 13 milliseconds