I had a file "config.ru" in one of my branches (I can't remember which one), and at some point I added it to ".gitignore" (which may or may not be relevant -- I'm not sure).
Now I would like to find it in my history and view it. I have tried git log --all -- config.ru
but it produced no results. How can I find the file?