class documentation
Simple backend looking up Git repositories in the local file system.
| Method | __init__ |
Initialize a FileSystemBackend. |
| Method | open |
Open a repository from the filesystem. |
| Instance Variable | root |
Undocumented |
overrides
dulwich.server.Backend.open_repositoryOpen a repository from the filesystem.
Returns: Repo instance
| Parameters | |
path:str | Path to the repository relative to the root |
| Returns | |
BackendRepo | Undocumented |
| Raises | |
NotGitRepository | If path is outside the root or not a git repository |