5 lines
145 B
Python
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)
|