Is there a way to search the working tree changes? Sort of like "git diff-index --cached -S<SEARCH STRING> --name-only HEAD"?
It seems the current search just searches the filenames.
Optimally I would like to not just search the index also (like the example does above I think), but the whole working copy.
Sorry, only filtering by filename is currently supported.
Ok, I went ahead and added a feature request to track the idea - https://jira.atlassian.com/browse/SRCTREE-1383. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.