HomeSort by: relevance | last modified time | path
    Searched refs:commit_to_info_hook (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_repository.py 78 commit_to_info_hook=commit_to_info,
git_commit.py 303 def __init__(self, info, commit_to_info_hook=None, ref_name=None):
317 self.commit_to_info_hook = commit_to_info_hook
335 if not self.commit_to_info_hook:
339 self.info = self.commit_to_info_hook(self.revert_commit)
805 info = (self.commit_to_info_hook
806 and self.commit_to_info_hook(self.cherry_pick_commit))
812 if self.commit_to_info_hook:
git_email.py 92 super().__init__(git_info, commit_to_info_hook=None)
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_repository.py 76 commit_to_info_hook=commit_to_info,
git_email.py 90 commit_to_info_hook=lambda x: None)
git_commit.py 295 def __init__(self, info, commit_to_info_hook=None, ref_name=None):
308 self.commit_to_info_hook = commit_to_info_hook
325 self.info = self.commit_to_info_hook(self.revert_commit)
776 info = self.commit_to_info_hook(self.cherry_pick_commit)

Completed in 17 milliseconds