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.
1 parent b4cde7d commit 1741302Copy full SHA for 1741302
gitdb/db/git.py
@@ -22,7 +22,11 @@
22
class GitDB(FileDBBase, ObjectDBW, CompoundDB):
23
24
"""A git-style object database, which contains all objects in the 'objects'
25
- subdirectory"""
+ subdirectory
26
+
27
+ ``IMPORTANT``: The usage of this implementation is highly discouraged as it fails to release file-handles.
28
+ This can be a problem with long-running processes and/or big repositories.
29
+ """
30
# Configuration
31
PackDBCls = PackedDB
32
LooseDBCls = LooseObjectDB
0 commit comments