docs: warn about GitDB performance with large commits by mvanhorn · Pull Request #2115 · gitpython-developers/GitPython
-
-
Notifications
You must be signed in to change notification settings - Fork 980
Merged
Conversation
Adds a warning in the tutorial's Object Database section (doc/source/tutorial.rst, line 515) about GitDB failing or running extremely slowly when traversing trees in repositories with very large commits. Directs users to use GitCmdObjectDB instead. Closes #2065. This contribution was developed with AI assistance (Claude Code).
Add a warning note in the Object Database section of the tutorial about GitDB failing or becoming extremely slow when traversing trees in repositories with very large commits (thousands of changed files). Directs users to switch to GitCmdObjectDB instead. Closes gitpython-developers#2065
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, much appreciated!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters