Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Closed
Labels
Milestone
Description
Example code:
>>>r=Repo.init('/tmp/foo/',bare=False)>>>print>>open('/tmp/foo/bar.txt','w'),'some content'>>>r.index.add(['bar.txt'])>>>r.index.commit('commit bar.txt')>>>printr.git.status()# all clear?# On branch masternothingtocommit (workingdirectoryclean)>>>r.git.gc()''>>>r.iter_commits()# kabooom!...BadObject:39154e2f45f96bdbbb86aa4f1ffc72f224b88f31
Tested on GitPython 0.3.2.RC1