On python 2.7.8, the code repo.commit_count complains: File "gittle/gittle.py", line 233, in commit_count The code runs len() on a generator.
On python 2.7.8, the code repo.commit_count complains:
File "gittle/gittle.py", line 233, in commit_count
The code runs len() on a generator.