docs: warn about GitDB performance with large commits by mvanhorn · Pull Request #2115 · gitpython-developers/GitPython
repo = Repo("path/to/repo", odbt=GitDB)
.. warning:: ``GitDB`` may fail or become extremely slow when traversing trees in repositories with very large commits (thousands of changed files in a single commit). If you encounter ``RecursionError`` or excessive slowness during tree traversal, switch to ``GitCmdObjectDB`` instead.
GitCmdObjectDB ==============