We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec93955 commit 63983c2Copy full SHA for 63983c2
git/db.py
@@ -30,10 +30,6 @@ class GitCmdObjectDB(LooseObjectDB):
30
objects, pack files and an alternates file.
31
32
It will create objects only in the loose object database.
33
-
34
- :note:
35
- For now, we use the git command to do all the lookup, just until we have packs
36
- and the other implementations.
37
"""
38
39
def __init__(self, root_path: PathLike, git: "Git") -> None:
0 commit comments