There was an error while loading. Please reload this page.
1 parent c1d5c61 commit 643e636Copy full SHA for 643e636
1 file changed
git/repo/base.py
@@ -750,6 +750,11 @@ def init(cls, path=None, mkdir=True, odbt=DefaultDBType, **kwargs):
750
already exists. Creates the directory with a mode=0755.
751
Only effective if a path is explicitly given
752
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
+
758
:parm kwargs:
759
keyword arguments serving as additional options to the git-init command
760
0 commit comments