Re: git grep failure?

2019-08-20 Thread Wayne Walker
Please ignore my previous email. I have found what causes the problem. The files that it isn't matching against are symlinks (known to git, but git grep apparently doesn't grep what they point to. Sorry to have wasted anyone's time. Wayne Walker

git grep failure?

2019-08-20 Thread Wayne Walker
it grep doesn't find the file ~/tams (master u= origin/master)$ git grep accepts_nested_attributes_for ~/tams (master u= origin/master)$ # git version is reasonably new - not my server, can't upgrade it ~/tams (master u= origin/master)$ git --version git version 2.19.2 -- Wayne Walker lwaynewal...@gmail.com