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 am working in a context of a git repo ("parent") cointaining another git repo as submodule ("child"). I do :Ggrep --recurse-submodules foo from within parent to include the matches in the child as well. Now I would like to have the same behaviour when grepping from the context of a child's file, meaning including the matches from the parent. How to do that? It seems that the context switches to the child repo depending of the file loaded in the buffer from which Ggrep is executed. Thanks.
The text was updated successfully, but these errors were encountered:
I am working in a context of a git repo ("parent") cointaining another git repo as submodule ("child"). I do
:Ggrep --recurse-submodules foo
from within parent to include the matches in the child as well. Now I would like to have the same behaviour when grepping from the context of a child's file, meaning including the matches from the parent. How to do that? It seems that the context switches to the child repo depending of the file loaded in the buffer from whichGgrep
is executed. Thanks.The text was updated successfully, but these errors were encountered: