It seems git grep doesn\'t have any option to search only in working directory modified files prior to indexing those files. is there any native git command for
git grep
git grep is modelled on plain grep, perhaps you should just use that.
grep