Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_commit.py295 def __init__(self, info, commit_to_info_hook=None, ref_name=None): argument
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)
H A Dgit_repository.py76 commit_to_info_hook=commit_to_info,
H A Dgit_email.py90 commit_to_info_hook=lambda x: None)
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_commit.py295 def __init__(self, info, commit_to_info_hook=None, ref_name=None): argument
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)
H A Dgit_repository.py76 commit_to_info_hook=commit_to_info,
H A Dgit_email.py90 commit_to_info_hook=lambda x: None)