Skip to content

Commit 643e636

Browse files
committed
add docstring for new arg
1 parent c1d5c61 commit 643e636

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

git/repo/base.py

+5
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,11 @@ def init(cls, path=None, mkdir=True, odbt=DefaultDBType, **kwargs):
750750
already exists. Creates the directory with a mode=0755.
751751
Only effective if a path is explicitly given
752752
753+
:param odbt:
754+
Object DataBase type - a type which is constructed by providing
755+
the directory containing the database objects, i.e. .git/objects.
756+
It will be used to access all object data
757+
753758
:parm kwargs:
754759
keyword arguments serving as additional options to the git-init command
755760

0 commit comments

Comments
 (0)