How do I search all Git branches of a project for a file name?
I remember part of the filename (just the ending), so I'd like to be able to search for something like *_robot.php
across all branches, and see which files match that. I'd preferably like to have it search history, and not just the HEADs of branches.