Vasil Mikhalenya

Results 2 comments of Vasil Mikhalenya

any ideas how to address the cache issue ?

got the same issue for repo with bunch of submodules for simple diff ```from git import Repo repo = Repo('.') new = repo.commit('HEAD') old = repo.commit('HEAD^') new.diff(old) ``` GitPython>=3.0.6 ```Exception...