Home
last modified time | relevance | path

Searched refs:git_helper (Results 1 – 1 of 1) sorted by relevance

/linux/tools/docs/
H A Dkdoc_diff258 git_helper = GitHelper(self.work_dir)
259 if not git_helper.checkout_commit(commit_hash, quiet=True):
341 cwd=self.git_helper.work_dir,
373 def __init__(self, git_helper, original_head): argument
374 self.git_helper = git_helper
431 git_helper = GitHelper(work_dir)
432 if not git_helper.is_inside_repository():
437 old_commit = git_helper.get_short_hash(old_commit)
438 new_commit = git_helper.get_short_hash(new_commit)
442 if not git_helper.is_valid_commit(commit):
[all …]