Duy Nguyen wrote: > On 09/15/2008 "Jakub Narebski" <jnareb@xxxxxxxxx> wrote: > >Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> writes: > > > > > Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> > > > --- > > > builtin-grep.c | 7 ++++++- > > > 1 files changed, 6 insertions(+), 1 deletions(-) > > > > No changes to Documentation/git-grep.txt? > > No, "git grep" should only grep files in working directories. In > narrow checkout mode, some files may be missing but current "git grep" > does not know about that, hence this fix. Perhaps that should be stated explicitly, that git-grep searches only [intentionally] checked-out files when searching working directory, and only files without no-checkout bit set when searching index with "git grep --cached". P.S. I think it should be [--cached|<tree>...] in git-grep synopsis, and not [--cached] ... [<tree>...], but that is unrelated thing, and doesn't matter to you. -- Jakub Narebski Poland -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html