Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add docstring for new arg
  • Loading branch information
hvnsweeting committed Jun 1, 2015
commit 643e6369553759407ca433ed51a5a06b47e763d4
5 changes: 5 additions & 0 deletions git/repo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,11 @@ def init(cls, path=None, mkdir=True, odbt=DefaultDBType, **kwargs):
already exists. Creates the directory with a mode=0755.
Only effective if a path is explicitly given

:param odbt:
Object DataBase type - a type which is constructed by providing
the directory containing the database objects, i.e. .git/objects.
It will be used to access all object data

:parm kwargs:
keyword arguments serving as additional options to the git-init command

Expand Down