Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> writes: > I used to set GREP_OPTIONS to exclude *.orig and *.rej files. But with this > the test t4252-am-options.sh fails because it calls grep with a .rej file: Yuck. Will apply. That actually makes me worried about a different issue. Do we kill that environment variable when we call out to external grep in grep.c? If not, we should. An alternative is to teach our internal one to also honor it, but I personally do not find it too attractive to mimic the design mistake of GREP_OPTIONS myself. -- 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