To find files that have been versioned, regardless of whether they were removed from versioning or not.
git log --all --full-history -- "**/thefile.*"To find files that have been versioned, regardless of whether they were removed from versioning or not.
git log --all --full-history -- "**/thefile.*"