class documentation
class FileSystemBackend(Backend):
Simple backend looking up Git repositories in the local file system.
Method | __init__ |
Undocumented |
Method | open |
Open the repository at a path. |
Instance Variable | root |
Undocumented |
overrides
dulwich.server.Backend.open_repository
Open the repository at a path.
Returns: Instance of BackendRepo
Parameters | |
path | Path to the repository |
Raises | |
NotGitRepository | no git repository was found at path |