Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddca0b3 + 859ea95 commit d0318a6Copy full SHA for d0318a6
1 file changed
doc/source/tutorial.rst
@@ -513,6 +513,12 @@ The GitDB is a pure-python implementation of the git object database. It is the
513
514
repo = Repo("path/to/repo", odbt=GitDB)
515
516
+.. warning::
517
+ ``GitDB`` may fail or become extremely slow when traversing trees in
518
+ repositories with very large commits (thousands of changed files in a
519
+ single commit). If you encounter ``RecursionError`` or excessive
520
+ slowness during tree traversal, switch to ``GitCmdObjectDB`` instead.
521
+
522
523
GitCmdObjectDB
524
==============
0 commit comments