You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use https://github.com/mikavilpas/tsugit.nvim (lazygit) and sometimes work in projects that use git submodules. I want to use blink-ripgrep to write commit messages, so that I can reuse words in my project.
Currently the project root is resolved to the root of the main repo (with the submodules).
There is a performance problem in huge projects that contain many, many submodules.
Instead of resolving the root of the main repo, by default I think the submodule root should be used instead.
I use https://github.com/mikavilpas/tsugit.nvim (lazygit) and sometimes work in projects that use git submodules. I want to use blink-ripgrep to write commit messages, so that I can reuse words in my project.
Currently the project root is resolved to the root of the main repo (with the submodules).
There is a performance problem in huge projects that contain many, many submodules.
Instead of resolving the root of the main repo, by default I think the submodule root should be used instead.
/Users/mikavilpas/git/root-repo/.git/modules/sub-repo/COMMIT_EDITMSG
The text was updated successfully, but these errors were encountered: