On Wed, May 15, 2013 at 7:32 AM, Nazri Ramliy [off-list ref] wrote:
Hi,
From "git help grep":
--no-index
Search files in the current directory that is not managed by Git.
--untracked
In addition to searching in the tracked files in the working tree,
search also in untracked files.
The difference is in the "not managed by Git". Inside a repository,
they will do the same thing. But only the first can work outside a
repository.
Cheers,
Antoine