Reading from the docs and playing around a bit with Git.Repository.open(), it seems it can only open a git repository if it is the root folder. The way my app works, the user can pass in any file from within any of their repositories and then I am handling that. so it would be really convenient if I could just pass the path of the file to Git.Repository.open() and it would automatically detect the git repository, no matter how many levels down.
Any chance to get this functionality?
Reading from the docs and playing around a bit with
Git.Repository.open(), it seems it can only open a git repository if it is the root folder. The way my app works, the user can pass in any file from within any of their repositories and then I am handling that. so it would be really convenient if I could just pass the path of the file toGit.Repository.open()and it would automatically detect the git repository, no matter how many levels down.Any chance to get this functionality?