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
So sub-modules. It will just do a naive git clone. However #92 will allow you to modify how the the clone is done so it will be possible to do it however you wish.
The way searchcode works is that it will clone a repository then treat it as a single unit to search over. If its in the file system at that point its something to search.
The way searchcode works is that it will clone a repository then treat it as a single unit to search over. If its in the file system at that point its something to search.
Good to know, thanks for spelling this out!
As the main point was to add Boost, I'll close this.
https://github.com/boostorg/boost is a "nice" complex C++ code base that would be a good test case for issues like described in #188. Additionally, it makes heavy use of git submodules about which I'm curious how searchcode is handling them currently:
The text was updated successfully, but these errors were encountered: