I'm having difficulties making libgit2sharp / libgit2 work with git submodules.
I have git repository with several items linked as submodules to folder within repository. Git and GitHub recognizes them fine, however when I'm trying to retrieve these folders status via libgit2sharp / libgit2 an exception raises. It says that "Failed to determine status of file '[filename]'. Provided path leads to a folder, not a file"
Should libgit2 provide status for submodule folders? Do they have status at all? At the moment I'm just skipping querying of these items state, but feel it isn't right.
Many thanks in advance for your help!