-
Notifications
You must be signed in to change notification settings - Fork 304
Open
Labels
Description
Describe the idea (required)
I picked up this plugin and I love it. I then tried to use it within an application that exists as a git module of a bigger repo, and it broke.
In my understanding, it breaks because in a submodule .git is not a directory, but a... symlink, I think? It would be cool if the plugin was able to recognise this case and just follow the symlink.
Tell us about the expected behaviour (required)
The expected behaviour is that the plugin behaves as it normally does, even if ran on an application that is a submodule of a bigger repository.
Context (optional)
No response