Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> writes: > On Wed, Jul 20, 2011 at 22:57, Junio C Hamano <gitster@xxxxxxxxx> wrote: >> - Since 3081623 (grep --no-index: allow use of "git grep" outside a git >> repository, 2010-01-15) and 59332d1 (Resurrect "git grep --no-index", >> 2010-02-06), "grep --no-index" incorrectly paid attention to the >> exclude patterns. We shouldn't have, and we'd fix that bug. > > Fix this bug. On a busy list like this, it is brutal to withhold the better clues you certainly had when you wrote this message that would help people to locate the original message you are quoting, and instead forcing everybody to go back 5000 messages in the archive to find it. E.g. http://article.gmane.org/gmane.comp.version-control.git/177548 http://mid.gmane.org/7vzkk86577.fsf@xxxxxxxxxxxxxxxxxxxxxxxx Or perhaps have References: <7vzkk86577.fsf@xxxxxxxxxxxxxxxxxxxxxxxx> in the header. As to the patch, I think this addresses only one fourth of the issue identified in that discussion (it is a good starting point, though). With this change, it would now make sense to teach --[no-]exclude-standard to "git grep", and "--exclude-standard" is immediately useful when used with "--no-index". When we add "git grep --untracked-too" (which lets us search in the working tree), people can add "--no-exclude-standard" to the command line to say "I want to find the needle even from an ignored file". Thanks. -- 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