Searched refs:gather_commits (Results 1 – 4 of 4) sorted by relevance
70 out = await gather_commits(version)
176 async def gather_commits(version: str) -> str: function210 commits = await gather_commits(version)
167 self.new_commits = await core.gather_commits(
341 async def gather_commits(version: str, previous: typing.List['Commit'], function