HPI/commits/__main__.py
2018-10-09 22:38:58 +01:00

5 lines
145 B
Python

from commits import iter_commits, iter_all_commits, get_all_commits
# TODO cache?
for c in get_all_commits(): # ('***REMOVED***'):
print(c)