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